[PATCH 6 of 9] config: register the 'devel.servercafile' config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Thu Jun 29 15:33:03 EDT 2017


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# 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,
 )


More information about the Mercurial-devel mailing list