84
96
os.rename(new_file, this_path)
85
97
self.conflict("Diff3 conflict encountered in %s" % this_path)
87
105
def target_exists(self, entry, target, old_path):
88
106
"""Handle the case when the target file or dir exists"""
89
107
moved_path = self.add_suffix(target, ".moved")