123
120
regions produce conflicts.
126
def __init__(self, lines_a, lines_b, a_marker=TextMerge.A_MARKER,
123
def __init__(self, lines_a, lines_b, a_marker=TextMerge.A_MARKER,
128
125
split_marker=TextMerge.SPLIT_MARKER):
129
126
TextMerge.__init__(self, a_marker, b_marker, split_marker)
141
137
for ai, bi, l in sm.get_matching_blocks():