164
164
w.add_identical(old_rev_id, new_rev_id, parent_idxs)
165
165
self.put_weave(file_id, w, transaction)
167
def copy_multi(self, from_store, file_ids, pb=None):
168
168
assert isinstance(from_store, WeaveStore)
170
170
mutter("copy weave {%s} into %s", f, self)
171
173
self._put(f, from_store._get(f))