diff -r 7aea9babac5d -r 45d7b8c380d7 mercurial/configitems.py --- a/mercurial/configitems.py Mon Nov 21 15:04:19 2022 +0100 +++ b/mercurial/configitems.py Tue Nov 22 12:44:22 2022 +0100 @@ -923,6 +923,13 @@ b'changegroup4', default=False, ) + +# might remove rank configuration once the computation has no impact +coreconfigitem( + b'experimental', + b'changelog-v2.compute-rank', + default=True, +) coreconfigitem( b'experimental', b'cleanup-as-archived',