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