453
458
supports_reprocess = True
454
459
supports_show_base = True
456
462
supports_reverse_cherrypick = True
457
463
winner_idx = {"this": 2, "other": 1, "conflict": 1}
459
465
def __init__(self, working_tree, this_tree, base_tree, other_tree,
460
466
interesting_ids=None, reprocess=False, show_base=False,
461
467
pb=DummyProgress(), pp=None, change_reporter=None,
463
470
"""Initialize the merger object and perform the merge.
465
472
:param working_tree: The working tree to apply the merge to