Mercurial > hg
diff tests/simplestorerepo.py @ 39843:68282a7b29a7
filelog: remove version attribute (API)
This was only used by verify code. The check it was used for is now
implemented as part of the verifyintegrity() implementation. The
attribute is now unused, is revlog-specific, and isn't appropriate
to be exposing on the file storage interface. So drop it.
Differential Revision: https://phab.mercurial-scm.org/D4702
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 19 Sep 2018 11:20:02 -0700 |
parents | 979e9f124caa |
children | 0cb3e02e1d1b |
line wrap: on
line diff
--- a/tests/simplestorerepo.py Wed Sep 19 11:17:28 2018 -0700 +++ b/tests/simplestorerepo.py Wed Sep 19 11:20:02 2018 -0700 @@ -109,8 +109,6 @@ # This is used by changegroup code :/ self._generaldelta = True - self.version = 1 - def _refreshindex(self): self._indexbynode.clear() self._indexbyrev.clear()