equal
deleted
inserted
replaced
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 """ |