diff -r 1837663ac216 -r 5c567aca080d mercurial/configitems.py --- a/mercurial/configitems.py Thu Oct 14 22:35:46 2021 -0700 +++ b/mercurial/configitems.py Fri Oct 15 01:27:39 2021 +0200 @@ -1885,6 +1885,13 @@ default=b'skip', experimental=True, ) +# experimental as long as format.exp-dirstate-v2 is. +coreconfigitem( + b'storage', + b'dirstate-v2.slow-path', + default=b"abort", + experimental=True, +) coreconfigitem( b'storage', b'new-repo-backend',