902
902
super(WeaveFile, self)._add_lines(version_id, parents, lines)
905
def _clone_text(self, new_version_id, old_version_id, parents):
907
super(WeaveFile, self)._clone_text(new_version_id, old_version_id, parents)
905
910
def copy_to(self, name, transport):
906
911
"""See VersionedFile.copy_to()."""
907
912
# as we are all in memory always, just serialise to the new place.