tests/simplestorerepo.py
changeset 42992 dff95420480f
parent 42991 eb5048f8c533
child 42995 73288e7abe9b
--- a/tests/simplestorerepo.py	Sat Sep 07 00:11:58 2019 +0200
+++ b/tests/simplestorerepo.py	Sat Sep 07 00:16:32 2019 +0200
@@ -291,7 +291,7 @@
         rawtext = self._svfs.read(path)
 
         if raw:
-            validatehash = self._processflagsraw(rawtext, flags)
+            validatehash = flagutil.processflagsraw(self, rawtext, flags)
             text = rawtext
         else:
             r = flagutil.processflagsread(self, rawtext, flags)