108
108
self.add_suffix(this_path, ".THIS")
109
109
self.dump(base_lines, this_path+".BASE")
110
110
self.dump(other_lines, this_path+".OTHER")
112
112
self.conflict("Diff3 conflict encountered in %s" % this_path)
114
114
def new_contents_conflict(self, filename, other_contents):