sync
This commit is contained in:
parent
4127df814b
commit
bbb962a32f
@ -509,9 +509,10 @@ class Manager():
|
||||
|
||||
unmerged_path = self.get_unmerged_path()
|
||||
if os.listdir(unmerged_path):
|
||||
print('You have this unmerged file(s), if you want to proceed with sync, fix it:\n')
|
||||
self.show_conflicts()
|
||||
return
|
||||
if self.load_unmerged_diff():
|
||||
print('You have this unmerged file(s), if you want to proceed with sync, fix it:\n')
|
||||
self.show_conflicts()
|
||||
return
|
||||
|
||||
local_snap_diff = self.get_local_snap_diff()
|
||||
local_tree = self.load_local_hash()
|
||||
|
Loading…
x
Reference in New Issue
Block a user