97
97
def add_lines_with_ghosts(self, version_id, parents, lines):
98
98
"""Add lines to the versioned file, allowing ghosts to be present."""
102
102
def _add_lines_with_ghosts(self, version_id, parents, lines):
103
103
"""Helper to do class specific add_lines_with_ghosts."""