D4660: filelog: stop proxying datafile (API)

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Sep 19 02:34:21 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  It appears the censor code was the last user of this proxy. With
  there being a dedicated censor API, we can drop the proxy.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4660

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
@@ -201,10 +201,6 @@
         self._revlog.indexfile = value
 
     @property
-    def datafile(self):
-        return self._revlog.datafile
-
-    @property
     def opener(self):
         return self._revlog.opener
 



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list