313
313
def _match_on(self, branch, revs):
314
314
from branch import Branch
315
315
from revision import common_ancestor, MultipleRevisionSources
317
317
revision_a = branch.last_revision()
318
318
revision_b = other_branch.last_revision()
319
319
for r, b in ((revision_a, branch), (revision_b, other_branch)):