D4660: filelog: stop proxying datafile (API)

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Sep 23 10:26:45 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG03bedf1d09fc: filelog: stop proxying datafile (API) (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4660?vs=11194&id=11286

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