D4659: filelog: stop proxying _addrevision() (API)
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Sun Sep 23 10:26:42 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG87eeb6966220: filelog: stop proxying _addrevision() (API) (authored by indygreg, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D4659?vs=11193&id=11285
REVISION DETAIL
https://phab.mercurial-scm.org/D4659
AFFECTED FILES
mercurial/filelog.py
CHANGE DETAILS
diff --git a/mercurial/filelog.py b/mercurial/filelog.py
--- a/mercurial/filelog.py
+++ b/mercurial/filelog.py
@@ -214,9 +214,6 @@
return self._revlog.clone(tr, destrevlog._revlog, **kwargs)
- def _addrevision(self, *args, **kwargs):
- return self._revlog._addrevision(*args, **kwargs)
-
class narrowfilelog(filelog):
"""Filelog variation to be used with narrow stores."""
To: indygreg, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list