178
178
def _put_weave(self, file_id, weave, transaction):
179
179
"""Preserved here for upgrades-to-weaves to use."""
180
180
myweave = self._make_new_versionedfile(file_id, transaction)
183
184
def copy(self, source, result_id, transaction):
184
185
"""Copy the source versioned file to result_id in this store."""