1971
1971
def _gen_revision_history(self):
1972
1972
"""Generate the revision history from last revision
1975
1976
return list(reversed(self._partial_revision_history_cache))
1977
1978
def _extend_partial_history(self, stop_index=None, stop_revision=None):