tests/test-parseindex2.py
changeset 46704 913485776542
parent 46113 59fa3890d40a
child 47012 d55b71393907
--- a/tests/test-parseindex2.py	Fri Feb 12 16:13:34 2021 -0800
+++ b/tests/test-parseindex2.py	Thu Jan 28 15:28:57 2021 +0100
@@ -117,8 +117,8 @@
 )
 
 
-def parse_index2(data, inline):
-    index, chunkcache = parsers.parse_index2(data, inline)
+def parse_index2(data, inline, revlogv2=False):
+    index, chunkcache = parsers.parse_index2(data, inline, revlogv2=revlogv2)
     return list(index), chunkcache