tests/simplestorerepo.py
changeset 42990 a04b2c010d03
parent 42983 a45d670c2bfc
child 42991 eb5048f8c533
--- a/tests/simplestorerepo.py	Fri Sep 06 23:43:06 2019 +0200
+++ b/tests/simplestorerepo.py	Fri Sep 06 23:50:32 2019 +0200
@@ -457,7 +457,7 @@
         if flags:
             node = node or storageutil.hashrevisionsha1(text, p1, p2)
 
-        rawtext, validatehash = self._processflagswrite(text, flags)
+        rawtext, validatehash = flagutil.processflagswrite(self, text, flags)
 
         node = node or storageutil.hashrevisionsha1(text, p1, p2)