[PATCH 07 of 23] configitems: register the 'web.cacerts' config
Boris Feld
boris.feld at octobus.net
Sat Sep 16 18:28:14 UTC 2017
# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498787136 -7200
# ven. juin 30 03:45:36 2017 +0200
# Node ID f6d70367bdb8c99b63921c7f5f8179fd168f96e9
# Parent 676e9f05ee067e05ba8327766a57cc95a05a9566
# EXP-Topic config.register.web
configitems: register the 'web.cacerts' config
diff -r 676e9f05ee06 -r f6d70367bdb8 mercurial/configitems.py
--- a/mercurial/configitems.py ven. juin 30 03:45:35 2017 +0200
+++ b/mercurial/configitems.py ven. juin 30 03:45:36 2017 +0200
@@ -597,6 +597,9 @@
coreconfigitem('web', 'baseurl',
default=None,
)
+coreconfigitem('web', 'cacerts',
+ default=None,
+)
coreconfigitem('worker', 'backgroundclose',
default=dynamicdefault,
)
More information about the Mercurial-devel
mailing list