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