933
933
def update_revisions(self, other, stop_revision=None):
934
934
"""See Branch.update_revisions."""
935
935
from bzrlib.fetch import greedy_fetch
936
937
if stop_revision is None:
937
938
stop_revision = other.last_revision()
938
939
### Should this be checking is_ancestor instead of revision_history?