422
423
def __init__(self, working_tree, this_tree, base_tree, other_tree,
423
424
interesting_ids=None, reprocess=False, show_base=False,
424
425
pb=DummyProgress(), pp=None, change_reporter=None,
426
427
"""Initialize the merger object and perform the merge.
428
429
:param working_tree: The working tree to apply the merge to