configitems: register the 'hostsecurity.*:ciphers' config
authorBoris Feld <boris.feld@octobus.net>
Sat, 14 Oct 2017 00:28:48 +0200
changeset 34774 fd4caf1b23f6
parent 34773 607085aa4d67
child 34775 17919e9006b9
configitems: register the 'hostsecurity.*:ciphers' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sat Oct 14 00:28:13 2017 +0200
+++ b/mercurial/configitems.py	Sat Oct 14 00:28:48 2017 +0200
@@ -479,6 +479,10 @@
     default=dynamicdefault,
     generic=True,
 )
+coreconfigitem('hostsecurity', '.*:ciphers$',
+    default=dynamicdefault,
+    generic=True,
+)
 coreconfigitem('http_proxy', 'always',
     default=False,
 )