826
826
def __init__(self, working_tree, this_tree, base_tree, other_tree,
827
827
interesting_ids=None, pb=DummyProgress(), pp=None,
829
829
self.this_revision_tree = self._get_revision_tree(this_tree)
830
830
self.other_revision_tree = self._get_revision_tree(other_tree)
831
831
super(WeaveMerger, self).__init__(working_tree, this_tree,
833
833
interesting_ids=interesting_ids,
834
pb=pb, pp=pp, reprocess=reprocess,
836
837
def _get_revision_tree(self, tree):
837
838
"""Return a revision tree related to this tree.