154
181
vfile = self.get_weave_or_empty(file_id, transaction)
155
182
vfile.clone_text(new_rev_id, old_rev_id, parents)
184
def copy(self, source, result_id, transaction):
157
189
def copy_all_ids(self, store_from, pb=None, from_transaction=None):
158
190
"""Copy all the file ids from store_from into self."""
159
191
if from_transaction is None: