From patchwork Thu Jun 29 19:33:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6,of,9] config: register the 'devel.servercafile' config From: Pierre-Yves David X-Patchwork-Id: 21839 Message-Id: <3608160cf59caa363523.1498764783@nodosa.octopoid.net> To: mercurial-devel@mercurial-scm.org Date: Thu, 29 Jun 2017 21:33:03 +0200 # HG changeset patch # User Pierre-Yves David # Date 1498649527 -7200 # Wed Jun 28 13:32:07 2017 +0200 # Node ID 3608160cf59caa363523626097eb4614e64e77c9 # Parent a8353b65ae6154278338a52798a3f0196bdc7cb5 # EXP-Topic config.register # Available At https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ # hg pull https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ -r 3608160cf59c config: register the 'devel.servercafile' config 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, )