tests/simplestorerepo.py
changeset 42991 eb5048f8c533
parent 42990 a04b2c010d03
child 42992 dff95420480f
--- a/tests/simplestorerepo.py	Fri Sep 06 23:50:32 2019 +0200
+++ b/tests/simplestorerepo.py	Sat Sep 07 00:11:58 2019 +0200
@@ -294,7 +294,7 @@
             validatehash = self._processflagsraw(rawtext, flags)
             text = rawtext
         else:
-            r = self._processflagsread(rawtext, flags)
+            r = flagutil.processflagsread(self, rawtext, flags)
             text, validatehash, sidedata = r
         if validatehash:
             self.checkhash(text, node, rev=rev)