50
51
output_file = file(new_file, "wb")
51
52
start_marker = "!START OF MERGE CONFLICT!" + "I HOPE THIS IS UNIQUE"
52
57
for line in m3.merge_lines(name_a = "TREE", name_b = "MERGE-SOURCE",
54
60
if line.startswith(start_marker):
56
62
output_file.write(line.replace(start_marker, '<' * 7))