mercurial/bundlerepo.py
changeset 47147 8a1a51d31e85
parent 47146 bc7d465ea11e
child 47148 a07d5cb03a85
--- a/mercurial/bundlerepo.py	Mon May 03 12:21:56 2021 +0200
+++ b/mercurial/bundlerepo.py	Mon May 03 12:22:06 2021 +0200
@@ -233,7 +233,7 @@
             opener,
             # XXX should use the unencoded path
             target=(revlog_constants.KIND_FILELOG, path),
-            indexfile=self.indexfile,
+            indexfile=self._revlog.indexfile,
             cgunpacker=cgunpacker,
             linkmapper=linkmapper,
         )