diff -r e2836d08c88c -r bf11ff22a9af mercurial/localrepo.py --- a/mercurial/localrepo.py Mon Nov 01 14:59:07 2021 -0400 +++ b/mercurial/localrepo.py Wed Oct 20 00:57:02 2021 +0200 @@ -1189,7 +1189,7 @@ b"fast implementation." ) hint = _( - b"check `hg help config.format.exp-dirstate-v2` " b"for details" + b"check `hg help config.format.exp-rc-dirstate-v2` " b"for details" ) if not dirstate.HAS_FAST_DIRSTATE_V2: if slow_path == b'warn': @@ -3630,9 +3630,9 @@ if ui.configbool(b'format', b'sparse-revlog'): requirements.add(requirementsmod.SPARSEREVLOG_REQUIREMENT) - # experimental config: format.exp-dirstate-v2 + # experimental config: format.exp-rc-dirstate-v2 # Keep this logic in sync with `has_dirstate_v2()` in `tests/hghave.py` - if ui.configbool(b'format', b'exp-dirstate-v2'): + if ui.configbool(b'format', b'exp-rc-dirstate-v2'): requirements.add(requirementsmod.DIRSTATE_V2_REQUIREMENT) # experimental config: format.exp-use-copies-side-data-changeset