Mercurial > hg-stable
changeset 33217:f96c2f2f559b
configitems: register the 'hostsecurity.ciphers' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:42 +0200 |
parents | fc2baecdef1d |
children | 24f3ff50736d |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )