423
423
interrepo = self._get_interrepo(self.source, self.target)
424
424
def determine_wants(heads):
427
427
if stop_revision is not None:
428
428
self._last_revid = stop_revision
429
429
head, mapping = self.source.repository.lookup_bzr_revision_id(
433
433
self._last_revid = self.source.mapping.revision_id_foreign_to_bzr(
435
435
if self.target.repository.has_revision(self._last_revid):