Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/hgweb/webcommands.py @ 25134:339e3cc073ac
paper: show branch/tags/bookmarks when diffing (issue3559)
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Fri, 15 May 2015 20:02:41 +0800 |
parents | 3d82c517b9c5 |
children | 3b689001e7c6 |
comparison
equal
deleted
inserted
replaced
25133:3d82c517b9c5 | 25134:339e3cc073ac |
---|---|
809 author=ctx.user(), | 809 author=ctx.user(), |
810 rename=rename, | 810 rename=rename, |
811 branch=webutil.nodebranchnodefault(ctx), | 811 branch=webutil.nodebranchnodefault(ctx), |
812 parent=webutil.parents(ctx), | 812 parent=webutil.parents(ctx), |
813 child=webutil.children(ctx), | 813 child=webutil.children(ctx), |
814 tags=webutil.nodetagsdict(web.repo, n), | |
815 bookmarks=webutil.nodebookmarksdict(web.repo, n), | |
814 diff=diffs) | 816 diff=diffs) |
815 | 817 |
816 diff = webcommand('diff')(filediff) | 818 diff = webcommand('diff')(filediff) |
817 | 819 |
818 @webcommand('comparison') | 820 @webcommand('comparison') |