62
62
super(KnitRevisionStore, self).__init__()
63
63
self.versioned_file_store = versioned_file_store
65
69
def _add_revision(self, revision, revision_as_file, transaction):
66
70
"""Template method helper to store revision in this store."""
67
71
# FIXME: make this ghost aware at the knit level