154
154
def add_text(self, file_id, rev_id, new_lines, parents, transaction):
155
155
w = self.get_weave_or_empty(file_id, transaction)
158
157
self.put_weave(file_id, w, transaction)
160
159
def add_identical_text(self, file_id, old_rev_id, new_rev_id, parents,