diff -r 2ff243c415b4 -r c4fc33c477da mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Tue Jun 21 14:58:49 2016 -0700 +++ b/mercurial/hgweb/webcommands.py Thu Jun 30 18:59:53 2016 -0700 @@ -725,7 +725,8 @@ shortlog=changelist, node=tip.hex(), symrev='tip', - archives=web.archivelist("tip")) + archives=web.archivelist("tip"), + labels=web.configlist('web', 'labels')) @webcommand('filediff') def filediff(web, req, tmpl):