1002
1012
def move_conflict(self, id, this_dir, base_dir, other_dir):
1003
1013
raise MoveConflict(id, this_dir, base_dir, other_dir)
1005
def merge_conflict(self, new_file, this_path, base_path, other_path):
1015
def merge_conflict(self, new_file, this_path, base_lines, other_lines):
1007
1017
raise MergeConflict(this_path)