mercurial/configitems.py
changeset 34610 f3e090d0c6d6
parent 34609 9d97487514c7
child 34611 c879fc7bd71f
--- 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='-',
 )