Mercurial > public > mercurial-scm > hg-stable
diff tests/test-persistent-nodemap.t @ 44870:d688a8d537b9
nodemap: move the main switch to the `format` section
The config to enable persistent nodemap is now `format.use-persistent-nodemap`.
However the option remain marked as experimental because it only improve
performance for people using the rust extensions.
Differential Revision: https://phab.mercurial-scm.org/D8419
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 14 Apr 2020 03:18:14 +0200 |
parents | b81486b609a3 |
children | 059c99af141d |
line wrap: on
line diff
--- a/tests/test-persistent-nodemap.t Tue Apr 14 03:27:04 2020 +0200 +++ b/tests/test-persistent-nodemap.t Tue Apr 14 03:18:14 2020 +0200 @@ -3,8 +3,8 @@ =================================== $ cat << EOF >> $HGRCPATH - > [experimental] - > exp-persistent-nodemap=yes + > [format] + > use-persistent-nodemap=yes > [devel] > persistent-nodemap=yes > EOF