87
87
def __init__(self, to_branch, from_branch, last_revision=None, pb=None):
88
88
self.to_branch = to_branch
89
89
self.to_weaves = to_branch.weave_store
91
91
self.from_branch = from_branch
92
92
self.from_weaves = from_branch.weave_store
94
94
self.failed_revisions = []