changeset 25278 | 858618d43524 |
parent 24712 | bbf1ae6b6a44 |
child 25602 | 85fb416f2fa7 |
--- a/mercurial/hgweb/webutil.py Fri May 22 12:14:23 2015 -0500 +++ b/mercurial/hgweb/webutil.py Tue May 26 22:58:30 2015 +0800 @@ -331,7 +331,7 @@ archives=web.archivelist(ctx.hex()), tags=nodetagsdict(web.repo, ctx.node()), bookmarks=nodebookmarksdict(web.repo, ctx.node()), - branch=nodebranchnodefault(ctx), + branch=showbranch, inbranch=nodeinbranch(web.repo, ctx), branches=nodebranchdict(web.repo, ctx))