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