825
825
self.append_revision(*revision_ids)
826
826
## note("Added %d revisions." % count)
829
829
def install_revisions(self, other, revision_ids, pb):
830
830
if hasattr(other.revision_store, "prefetch"):
831
831
other.revision_store.prefetch(revision_ids)