236
236
return self._names[version]
239
def _check_repeated_add(self, name, parents, text):
239
def _check_repeated_add(self, name, parents, text, sha1):
240
240
"""Check that a duplicated add is OK.
242
242
If it is, return the (old) index; otherwise raise an exception.