changeset 48946 | 642e31cb55f0 |
parent 48875 | 6000f5b25c9b |
child 48981 | f3aafd785e65 |
--- a/mercurial/simplemerge.py Mon Feb 21 13:03:43 2022 -0700 +++ b/mercurial/simplemerge.py Mon Feb 21 13:08:28 2022 -0700 @@ -62,7 +62,7 @@ return True -class Merge3Text(object): +class Merge3Text: """3-way merge of texts. Given strings BASE, OTHER, THIS, tries to produce a combined text @@ -468,7 +468,7 @@ return lines -class MergeInput(object): +class MergeInput: def __init__(self, fctx, label=None, label_detail=None): self.fctx = fctx self.label = label