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