configitems: register the 'web.labels' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:15:48 +0200
changeset 34610 f3e090d0c6d6
parent 34609 9d97487514c7
child 34611 c879fc7bd71f
configitems: register the 'web.labels' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 04:15:37 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:15:48 2017 +0200
@@ -742,6 +742,9 @@
 coreconfigitem('web', 'hidden',
     default=None,
 )
+coreconfigitem('web', 'labels',
+    default=list,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )