mercurial/unionrepo.py
changeset 47146 bc7d465ea11e
parent 47143 47ffc754989a
child 47147 8a1a51d31e85
--- a/mercurial/unionrepo.py	Mon May 03 12:21:46 2021 +0200
+++ b/mercurial/unionrepo.py	Mon May 03 12:21:56 2021 +0200
@@ -174,7 +174,7 @@
         manifest.manifestrevlog.__init__(self, nodeconstants, opener)
         manifest2 = manifest.manifestrevlog(nodeconstants, opener2)
         unionrevlog.__init__(
-            self, opener, self.indexfile, manifest2, linkmapper
+            self, opener, self._revlog.indexfile, manifest2, linkmapper
         )