[PATCH 5 of 9] config: register the 'devel.disableloaddefaultcerts' config

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


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1498649478 -7200
#      Wed Jun 28 13:31:18 2017 +0200
# Node ID a8353b65ae6154278338a52798a3f0196bdc7cb5
# Parent  c267c9a4e88d8d8fa57870dd67eec6b30862774e
# 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 a8353b65ae61
config: register the 'devel.disableloaddefaultcerts' config

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,
 )


More information about the Mercurial-devel mailing list