747
749
supports_reverse_cherrypick = True
748
750
winner_idx = {"this": 2, "other": 1, "conflict": 1}
749
751
supports_lca_trees = True
751
754
def __init__(self, working_tree, this_tree, base_tree, other_tree,
752
755
interesting_ids=None, reprocess=False, show_base=False,
753
756
pb=None, pp=None, change_reporter=None,
754
757
interesting_files=None, do_merge=True,
758
cherrypick=False, lca_trees=None, this_branch=None,
756
760
"""Initialize the merger object and perform the merge.
758
762
:param working_tree: The working tree to apply the merge to