mercurial/configitems.py
changeset 47076 08e26ef4ad35
parent 46884 cc3ad5c3af3b
child 47095 473abf4728bf
--- a/mercurial/configitems.py	Thu Apr 08 16:39:39 2021 +0200
+++ b/mercurial/configitems.py	Thu Apr 08 16:34:11 2021 +0200
@@ -904,6 +904,11 @@
 )
 coreconfigitem(
     b'experimental',
+    b'changegroup4',
+    default=False,
+)
+coreconfigitem(
+    b'experimental',
     b'cleanup-as-archived',
     default=False,
 )