changeset 25133 | 3d82c517b9c5 |
parent 25132 | 917b5a071888 |
child 25134 | 339e3cc073ac |
--- 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')