configitems: register the 'hostsecurity.ciphers' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:42:42 +0200
changeset 33217 f96c2f2f559b
parent 33216 fc2baecdef1d
child 33218 24f3ff50736d
configitems: register the 'hostsecurity.ciphers' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Jul 02 23:10:33 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:42 2017 +0200
@@ -104,6 +104,9 @@
 coreconfigitem('devel', 'strip-obsmarkers',
     default=True,
 )
+coreconfigitem('hostsecurity', 'ciphers',
+    default=None,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )