114
119
In a two way merge, common regions are shown as unconflicting, and uncommon
115
120
regions produce conflicts.
118
def __init__(self, lines_a, lines_b, a_marker='<<<<<<< \n',
123
def __init__(self, lines_a, lines_b, a_marker=TextMerge.A_MARKER,
120
126
TextMerge.__init__(self, a_marker, b_marker, split_marker)
129
134
sm = SequenceMatcher(None, self.lines_a, self.lines_b)