431
432
def _match_on(self, branch, revs):
432
433
from bzrlib.branch import Branch
434
435
other_branch = Branch.open(self.spec)
435
436
revision_a = branch.last_revision()
436
437
revision_b = other_branch.last_revision()
437
438
for r, b in ((revision_a, branch), (revision_b, other_branch)):
444
446
revno = branch.revision_id_to_revno(rev_id)