120
120
regions produce conflicts.
123
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,
125
125
split_marker=TextMerge.SPLIT_MARKER):
126
126
TextMerge.__init__(self, a_marker, b_marker, split_marker)
137
137
for ai, bi, l in sm.get_matching_blocks():