835
835
self.append_revision(*revision_ids)
836
836
## note("Added %d revisions." % count)
839
841
def install_revisions(self, other, revision_ids, pb):
840
842
if hasattr(other.revision_store, "prefetch"):
841
843
other.revision_store.prefetch(revision_ids)