diff -r 468e451fc0de -r 6c84fc9c9a90 mercurial/configitems.py --- a/mercurial/configitems.py Tue May 04 05:18:57 2021 +0200 +++ b/mercurial/configitems.py Mon Mar 29 22:40:54 2021 +0200 @@ -1341,6 +1341,21 @@ default=lambda: [b'zstd', b'zlib'], alias=[(b'experimental', b'format.compression')], ) +# Experimental TODOs: +# +# * Same as for evlogv2 (but for the reduction of the number of files) +# * drop the storage of the base +# * Improvement to investigate +# - storing .hgtags fnode +# - storing `rank` of changesets +# - storing branch related identifier + +coreconfigitem( + b'format', + b'exp-use-changelog-v2', + default=None, + experimental=True, +) coreconfigitem( b'format', b'usefncache',