mercurial/hgweb/webcommands.py
changeset 29471 c4fc33c477da
parent 29388 f694e20193f2
child 29522 9c37df347485
--- 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):