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