Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 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 | 649f3b0495c8 |
children | 24f3ff50736d |
comparison
equal
deleted
inserted
replaced
33216:fc2baecdef1d | 33217:f96c2f2f559b |
---|---|
102 default=False, | 102 default=False, |
103 ) | 103 ) |
104 coreconfigitem('devel', 'strip-obsmarkers', | 104 coreconfigitem('devel', 'strip-obsmarkers', |
105 default=True, | 105 default=True, |
106 ) | 106 ) |
107 coreconfigitem('hostsecurity', 'ciphers', | |
108 default=None, | |
109 ) | |
107 coreconfigitem('patch', 'fuzz', | 110 coreconfigitem('patch', 'fuzz', |
108 default=2, | 111 default=2, |
109 ) | 112 ) |
110 coreconfigitem('ui', 'clonebundleprefers', | 113 coreconfigitem('ui', 'clonebundleprefers', |
111 default=list, | 114 default=list, |