changeset 34610:f3e090d0c6d6

configitems: register the 'web.labels' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:15:48 +0200
parents 9d97487514c7
children c879fc7bd71f
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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='-',
 )