D4658: filelog: stop proxying compress() (API)

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Sep 23 06:26:42 EDT 2018


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4658?vs=11192&id=11284

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

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 compress(self, data):
-        return self._revlog.compress(data)
-
     def _addrevision(self, *args, **kwargs):
         return self._revlog._addrevision(*args, **kwargs)
 



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


More information about the Mercurial-devel mailing list