comparison mercurial/configitems.py @ 33229:dd50a370c8cb

configitems: register the 'patch.eol' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:43:35 +0200
parents 35c233975b78
children 5dcbd2045dcb
comparison
equal deleted inserted replaced
33228:35c233975b78 33229:dd50a370c8cb
108 default=None, 108 default=None,
109 ) 109 )
110 coreconfigitem('hostsecurity', 'disabletls10warning', 110 coreconfigitem('hostsecurity', 'disabletls10warning',
111 default=False, 111 default=False,
112 ) 112 )
113 coreconfigitem('patch', 'eol',
114 default='strict',
115 )
113 coreconfigitem('patch', 'fuzz', 116 coreconfigitem('patch', 'fuzz',
114 default=2, 117 default=2,
115 ) 118 )
116 coreconfigitem('server', 'bundle1', 119 coreconfigitem('server', 'bundle1',
117 default=True, 120 default=True,