964
964
def update_revisions(self, other, stop_revision=None):
965
965
"""See Branch.update_revisions."""
966
966
from bzrlib.fetch import greedy_fetch
967
968
if stop_revision is None:
968
969
stop_revision = other.last_revision()
969
970
### Should this be checking is_ancestor instead of revision_history?