mercurial/hgweb/webcommands.py
changeset 25132 917b5a071888
parent 24868 9668c653eb9d
child 25133 3d82c517b9c5
--- a/mercurial/hgweb/webcommands.py	Sat May 16 21:42:09 2015 +0900
+++ b/mercurial/hgweb/webcommands.py	Fri May 15 18:17:36 2015 +0800
@@ -546,6 +546,7 @@
                 archives=web.archivelist(hex(node)),
                 tags=webutil.nodetagsdict(web.repo, node),
                 bookmarks=webutil.nodebookmarksdict(web.repo, node),
+                branch=webutil.nodebranchnodefault(ctx),
                 inbranch=webutil.nodeinbranch(web.repo, ctx),
                 branches=webutil.nodebranchdict(web.repo, ctx))