860
860
# only want the _history index to reference the 1st index entry
862
862
if version_id not in self._cache:
863
864
self._history.append(version_id)
864
self._cache[version_id] = (version_id, options, pos, size, parents)
866
874
def __init__(self, transport, filename, mode, create=False):
867
875
_KnitComponentFile.__init__(self, transport, filename, mode)