filelog: stop proxying datafile (API)
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 18 Sep 2018 18:21:47 -0700
changeset 39782 03bedf1d09fc
parent 39781 87eeb6966220
child 39783 76f92d208f7a
filelog: stop proxying datafile (API) It appears the censor code was the last user of this proxy. With there being a dedicated censor API, we can drop the proxy. Differential Revision: https://phab.mercurial-scm.org/D4660
mercurial/filelog.py
--- a/mercurial/filelog.py	Tue Sep 18 18:03:41 2018 -0700
+++ b/mercurial/filelog.py	Tue Sep 18 18:21:47 2018 -0700
@@ -201,10 +201,6 @@
         self._revlog.indexfile = value
 
     @property
-    def datafile(self):
-        return self._revlog.datafile
-
-    @property
     def opener(self):
         return self._revlog.opener