diff -r 3d82c517b9c5 -r 339e3cc073ac mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Fri May 15 20:00:47 2015 +0800 +++ b/mercurial/hgweb/webcommands.py Fri May 15 20:02:41 2015 +0800 @@ -811,6 +811,8 @@ branch=webutil.nodebranchnodefault(ctx), parent=webutil.parents(ctx), child=webutil.children(ctx), + tags=webutil.nodetagsdict(web.repo, n), + bookmarks=webutil.nodebookmarksdict(web.repo, n), diff=diffs) diff = webcommand('diff')(filediff)