mercurial/hgweb/webcommands.py
changeset 25136 99d01d288c37
parent 25135 3b689001e7c6
child 25149 3f0744eeaeaf
equal deleted inserted replaced
25135:3b689001e7c6 25136:99d01d288c37
   951                 extra=fctx.extra(),
   951                 extra=fctx.extra(),
   952                 rename=webutil.renamelink(fctx),
   952                 rename=webutil.renamelink(fctx),
   953                 branch=webutil.nodebranchnodefault(fctx),
   953                 branch=webutil.nodebranchnodefault(fctx),
   954                 parent=webutil.parents(fctx),
   954                 parent=webutil.parents(fctx),
   955                 child=webutil.children(fctx),
   955                 child=webutil.children(fctx),
       
   956                 tags=webutil.nodetagsdict(web.repo, fctx.node()),
       
   957                 bookmarks=webutil.nodebookmarksdict(web.repo, fctx.node()),
   956                 permissions=fctx.manifest().flags(f))
   958                 permissions=fctx.manifest().flags(f))
   957 
   959 
   958 @webcommand('filelog')
   960 @webcommand('filelog')
   959 def filelog(web, req, tmpl):
   961 def filelog(web, req, tmpl):
   960     """
   962     """