[PATCH 8 of 9] config: register the 'devel.serverrequirecert' config

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


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1498649548 -7200
#      Wed Jun 28 13:32:28 2017 +0200
# Node ID 273de5653735bee42ccc887204fc31c14abd79c6
# Parent  98715d9b700e2c281ada1b61369433bc19b4427b
# 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 273de5653735
config: register the 'devel.serverrequirecert' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -77,6 +77,9 @@ coreconfigitem('devel', 'servercafile',
 coreconfigitem('devel', 'serverexactprotocol',
     default='',
 )
+coreconfigitem('devel', 'serverrequirecert',
+    default=None,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )


More information about the Mercurial-devel mailing list