82
82
transaction.register_clean(w, precious=self._precious)
85
86
def get_lines(self, file_id, rev_id, transaction):
86
87
"""Return text from a particular version of a weave.
88
89
Returned as a list of lines."""
89
90
w = self.get_weave(file_id, transaction)
92
93
def _new_weave(self, file_id, transaction):
93
94
"""Make a new weave for file_id and return it."""