mercurial/hgweb/webcommands.py
changeset 26131 0a9009d56fea
parent 26130 e466c15597a3
child 26136 6defc74f3066
--- a/mercurial/hgweb/webcommands.py	Tue Sep 01 23:29:30 2015 +0800
+++ b/mercurial/hgweb/webcommands.py	Tue Sep 01 23:35:06 2015 +0800
@@ -724,7 +724,7 @@
                 lastchange=tip.date(),
                 tags=tagentries,
                 bookmarks=bookmarks,
-                branches=webutil.branchentries(web.repo, web.stripecount),
+                branches=webutil.branchentries(web.repo, web.stripecount, 10),
                 shortlog=changelist,
                 node=tip.hex(),
                 symrev='tip',