diff -r 917b5a071888 -r 3d82c517b9c5 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Fri May 15 18:17:36 2015 +0800 +++ b/mercurial/hgweb/webcommands.py Fri May 15 20:00:47 2015 +0800 @@ -130,6 +130,8 @@ parent=webutil.parents(fctx), child=webutil.children(fctx), rename=webutil.renamelink(fctx), + tags=webutil.nodetagsdict(web.repo, fctx.node()), + bookmarks=webutil.nodebookmarksdict(web.repo, fctx.node()), permissions=fctx.manifest().flags(f)) @webcommand('file')