From ce94ce82462fef5a8e9e4b89adcbe02809054605 Mon Sep 17 00:00:00 2001 From: Pierre-Yves David Date: Fri, 30 Jun 2017 03:42:42 +0200 Subject: [PATCH] configitems: register the 'hostsecurity.ciphers' config --- mercurial/configitems.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mercurial/configitems.py b/mercurial/configitems.py index c4e69f6b2f..6006ebaf07 100644 --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -104,6 +104,9 @@ coreconfigitem('devel', 'serverrequirecert', coreconfigitem('devel', 'strip-obsmarkers', default=True, ) +coreconfigitem('hostsecurity', 'ciphers', + default=None, +) coreconfigitem('patch', 'fuzz', default=2, )