# HG changeset patch # User Boris Feld # Date 2017-10-11 02:15:48 # Node ID f3e090d0c6d6a7ff3a005e3f5049d74c3b3960f1 # Parent 9d97487514c7b35f041eb2b889d3282dfc26a946 configitems: register the 'web.labels' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -742,6 +742,9 @@ coreconfigitem('web', 'guessmime', coreconfigitem('web', 'hidden', default=None, ) +coreconfigitem('web', 'labels', + default=list, +) coreconfigitem('web', 'accesslog', default='-', )