mercurial/revlog.py
changeset 51187 6ec8387eb0be
parent 51179 a93e52f0b6ff
child 51188 13f58ce70299
--- a/mercurial/revlog.py	Tue Jun 27 16:32:09 2023 +0200
+++ b/mercurial/revlog.py	Tue Jun 27 17:34:51 2023 +0200
@@ -226,7 +226,7 @@
 
 def parse_index_v1_mixed(data, inline):
     index, cache = parse_index_v1(data, inline)
-    return rustrevlog.MixedIndex(index), cache
+    return rustrevlog.MixedIndex(index, data), cache
 
 
 # corresponds to uncompressed length of indexformatng (2 gigs, 4-byte