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