D6802: flagprocessors: use _processflagsread in simple cases

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Sat Sep 7 13:03:49 EDT 2019


Closed by commit rHGa3665eed228f: flagprocessors: use _processflagsread in simple cases (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6802?vs=16407&id=16440

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6802/new/

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

AFFECTED FILES
  hgext/remotefilelog/remotefilelog.py

CHANGE DETAILS

diff --git a/hgext/remotefilelog/remotefilelog.py b/hgext/remotefilelog/remotefilelog.py
--- a/hgext/remotefilelog/remotefilelog.py
+++ b/hgext/remotefilelog/remotefilelog.py
@@ -324,7 +324,7 @@
         flags = store.getmeta(self.filename, node).get(constants.METAKEYFLAG, 0)
         if flags == 0:
             return rawtext
-        text, verifyhash = self._processflags(rawtext, flags, 'read')
+        text, verifyhash = self._processflagsread(rawtext, flags)
         return text
 
     def rawdata(self, node):



To: marmoute, yuja, durin42, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list