diff mercurial/manifest.py @ 44792:5e3c718692bb

nodemap: drop the 'exp-' prefix for internal opener option The feature is now in a descent shape and we can consider having it "less" experimental. We won't be able to make it "totally" non-experimental, because its benefit rely on rust, which is totally experimental. Differential Revision: https://phab.mercurial-scm.org/D8418
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 14 Apr 2020 03:27:04 +0200
parents 97ebdb192b00
children fd3b94f1712d
line wrap: on
line diff
--- 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