mercurial/manifest.py
changeset 44792 5e3c718692bb
parent 44787 97ebdb192b00
child 44852 fd3b94f1712d
--- a/mercurial/manifest.py	Tue Apr 14 03:16:23 2020 +0200
+++ b/mercurial/manifest.py	Tue Apr 14 03:27:04 2020 +0200
@@ -1588,9 +1588,7 @@
             checkambig=not bool(tree),
             mmaplargeindex=True,
             upperboundcomp=MAXCOMPRESSION,
-            persistentnodemap=opener.options.get(
-                b'exp-persistent-nodemap', False
-            ),
+            persistentnodemap=opener.options.get(b'persistent-nodemap', False),
         )
 
         self.index = self._revlog.index