274
274
self._revno_revid[revno_str] = revid
276
276
def __init__(self, branch, whole_history_data_cache, file_cache=None,
278
279
assert branch.is_locked(), (
279
280
"Can only construct a History object with a read-locked branch.")
280
281
if file_cache is not None: