Mercurial > hg
comparison mercurial/hgweb/webcommands.py @ 25136:99d01d288c37
paper: show branch/tags/bookmarks when blaming (issue3559)
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Fri, 15 May 2015 20:04:24 +0800 |
parents | 3b689001e7c6 |
children | 3f0744eeaeaf |
comparison
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 """ |