Submitter | Pierre-Yves David |
---|---|
Date | July 2, 2017, 10:25 p.m. |
Message ID | <5259eb6abb70510364e7.1499034319@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21925/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -104,6 +104,9 @@ coreconfigitem('devel', 'serverrequirece coreconfigitem('devel', 'strip-obsmarkers', default=True, ) +coreconfigitem('hostsecurity', 'ciphers', + default=None, +) coreconfigitem('patch', 'fuzz', default=2, )