diff -r eb5048f8c533 -r dff95420480f tests/simplestorerepo.py --- 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)