# HG changeset patch # User Pierre-Yves David # Date 2017-06-30 01:42:42 # Node ID f96c2f2f559bc5bc40ca8ad7aa3bc06441ebfca9 # Parent fc2baecdef1d446537df05fbeb85235935772131 configitems: register the 'hostsecurity.ciphers' config 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, )