999
999
def rename_conflict(self, id, this_name, base_name, other_name):
1000
1000
raise RenameConflict(id, this_name, base_name, other_name)
1002
def move_conflict(self, id, this_dir, base_dir, other_dir):
1006
1003
raise MoveConflict(id, this_dir, base_dir, other_dir)
1008
1005
def merge_conflict(self, new_file, this_path, base_path, other_path):