mercurial/configitems.py
changeset 50402 771294224bf6
parent 50281 2cf264e9aa75
parent 50397 698ffff7024b
child 50412 4077d6222cf1
--- a/mercurial/configitems.py	Wed Apr 12 00:57:01 2023 +0200
+++ b/mercurial/configitems.py	Fri Apr 14 10:41:40 2023 +0200
@@ -688,9 +688,11 @@
     b'servercafile',
     default=b'',
 )
+# This config option is intended for use in tests only. It is a giant
+# footgun to kill security. Don't define it.
 coreconfigitem(
     b'devel',
-    b'serverexactprotocol',
+    b'server-insecure-exact-protocol',
     default=b'',
 )
 coreconfigitem(