[PATCH 05 of 23] configitems: register the 'web.allow_read' config

Boris Feld boris.feld at octobus.net
Sat Sep 16 18:28:12 UTC 2017


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

diff -r ae88e0abb2c0 -r 63c684c48014 mercurial/configitems.py
--- a/mercurial/configitems.py	ven. juin 30 03:45:33 2017 +0200
+++ b/mercurial/configitems.py	ven. juin 30 03:45:34 2017 +0200
@@ -591,6 +591,9 @@
 coreconfigitem('web', 'allow_archive',
     default=list,
 )
+coreconfigitem('web', 'allow_read',
+    default=list,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )



More information about the Mercurial-devel mailing list