972
972
def _add_text(self, key, parents, text, nostore_sha=None, random_id=False):
973
973
"""Add a text to the store.
977
977
:param key: The key tuple of the text to add. If the last element is
978
978
None, a CHK string will be generated during the addition.