tests/simplestorerepo.py
changeset 46709 3d740058b467
parent 46509 7a93b7b3dc2d
child 46715 45f0d5297698
--- a/tests/simplestorerepo.py	Wed Jan 20 18:35:12 2021 +0100
+++ b/tests/simplestorerepo.py	Mon Jan 18 11:44:51 2021 +0100
@@ -300,7 +300,7 @@
             text = rawtext
         else:
             r = flagutil.processflagsread(self, rawtext, flags)
-            text, validatehash, sidedata = r
+            text, validatehash = r
         if validatehash:
             self.checkhash(text, node, rev=rev)