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