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