977
979
self._index.check_versions_present(version_ids)
979
981
def _add_lines_with_ghosts(self, version_id, parents, lines, parent_texts,
982
nostore_sha, random_id, check_content, left_matching_blocks):
981
983
"""See VersionedFile.add_lines_with_ghosts()."""
982
984
self._check_add(version_id, lines, random_id, check_content)
983
985
return self._add(version_id, lines, parents, self.delta,
984
parent_texts, None, nostore_sha, random_id)
986
parent_texts, left_matching_blocks, nostore_sha, random_id)
986
988
def _add_lines(self, version_id, parents, lines, parent_texts,
987
989
left_matching_blocks, nostore_sha, random_id, check_content):