479
480
if self.base == from_branch.base:
489
488
if last_revision is None:
491
489
last_revision = from_branch.last_revision()
492
490
last_revision = _mod_revision.ensure_null(last_revision)
493
491
return self.repository.fetch(from_branch.repository,
494
492
revision_id=last_revision,
501
497
def get_bound_location(self):