mercurial/configitems.py
changeset 47263 6c84fc9c9a90
parent 47254 eac3591abbf4
child 47270 25ce16bf724b
--- 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',