##// END OF EJS Templates
hgweb: limit branches shown on summary page to 10...
av6 -
r26131:0a9009d5 default
parent child Browse files
Show More
@@ -724,7 +724,7 b' def summary(web, req, tmpl):'
724 724 lastchange=tip.date(),
725 725 tags=tagentries,
726 726 bookmarks=bookmarks,
727 branches=webutil.branchentries(web.repo, web.stripecount),
727 branches=webutil.branchentries(web.repo, web.stripecount, 10),
728 728 shortlog=changelist,
729 729 node=tip.hex(),
730 730 symrev='tip',
General Comments 0
You need to be logged in to leave comments. Login now