mercurial/configitems.py
changeset 49663 45d7b8c380d7
parent 49658 523cacdfd324
child 49666 4bd12c0f531e
--- 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',