mercurial/hgweb/webcommands.py
changeset 25133 3d82c517b9c5
parent 25132 917b5a071888
child 25134 339e3cc073ac
equal deleted inserted replaced
25132:917b5a071888 25133:3d82c517b9c5
   128                 extra=fctx.extra(),
   128                 extra=fctx.extra(),
   129                 branch=webutil.nodebranchnodefault(fctx),
   129                 branch=webutil.nodebranchnodefault(fctx),
   130                 parent=webutil.parents(fctx),
   130                 parent=webutil.parents(fctx),
   131                 child=webutil.children(fctx),
   131                 child=webutil.children(fctx),
   132                 rename=webutil.renamelink(fctx),
   132                 rename=webutil.renamelink(fctx),
       
   133                 tags=webutil.nodetagsdict(web.repo, fctx.node()),
       
   134                 bookmarks=webutil.nodebookmarksdict(web.repo, fctx.node()),
   133                 permissions=fctx.manifest().flags(f))
   135                 permissions=fctx.manifest().flags(f))
   134 
   136 
   135 @webcommand('file')
   137 @webcommand('file')
   136 def file(web, req, tmpl):
   138 def file(web, req, tmpl):
   137     """
   139     """