Submitter | Pierre-Yves David |
---|---|
Date | June 29, 2017, 7:33 p.m. |
Message ID | <a8353b65ae6154278338.1498764782@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21836/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -68,6 +68,9 @@ coreconfigitem('devel', 'check-locks', coreconfigitem('devel', 'check-relroot', default=False, ) +coreconfigitem('devel', 'disableloaddefaultcerts', + default=False, +) coreconfigitem('patch', 'fuzz', default=2, )