[PATCH 06 of 23] configitems: register the 'web.baseurl' config

Boris Feld boris.feld at octobus.net
Sat Sep 16 14:28:13 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498787135 -7200
#      ven. juin 30 03:45:35 2017 +0200
# Node ID 676e9f05ee067e05ba8327766a57cc95a05a9566
# Parent  63c684c48014b6b717eb0de793c715d5f3c9237a
# EXP-Topic config.register.web
configitems: register the 'web.baseurl' config

diff -r 63c684c48014 -r 676e9f05ee06 mercurial/configitems.py
--- a/mercurial/configitems.py	ven. juin 30 03:45:34 2017 +0200
+++ b/mercurial/configitems.py	ven. juin 30 03:45:35 2017 +0200
@@ -594,6 +594,9 @@
 coreconfigitem('web', 'allow_read',
     default=list,
 )
+coreconfigitem('web', 'baseurl',
+    default=None,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )


More information about the Mercurial-devel mailing list