144
144
if stop_revision is None:
145
145
stop_revision = source.last_revision()
146
146
# FIXME: Check for diverged branches
149
150
self.generate_revision_history(revidmap[stop_revision])
152
153
def generate_revision_history(self, revid, old_revid=None):
153
154
# FIXME: Check that old_revid is in the ancestry of revid