Mercurial > hg
diff tests/simplestorerepo.py @ 39867:4b816a83e17e
filelog: drop _generaldelta attribute (API)
With changegroup moving to emitrevisions(), this revlog-specific
attribute is no longer used and can be deleted. Good riddance.
Differential Revision: https://phab.mercurial-scm.org/D4727
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 24 Sep 2018 10:08:58 -0700 |
parents | e23c03dc5cf9 |
children | 2ac4f3e97813 |
line wrap: on
line diff
--- a/tests/simplestorerepo.py Mon Sep 24 09:59:19 2018 -0700 +++ b/tests/simplestorerepo.py Mon Sep 24 10:08:58 2018 -0700 @@ -106,9 +106,6 @@ self._index = [] self._refreshindex() - # This is used by changegroup code :/ - self._generaldelta = True - def _refreshindex(self): self._indexbynode.clear() self._indexbyrev.clear()