Show More
@@ -724,7 +724,7 b' def summary(web, req, tmpl):' | |||||
724 | lastchange=tip.date(), |
|
724 | lastchange=tip.date(), | |
725 | tags=tagentries, |
|
725 | tags=tagentries, | |
726 | bookmarks=bookmarks, |
|
726 | bookmarks=bookmarks, | |
727 | branches=webutil.branchentries(web.repo, web.stripecount), |
|
727 | branches=webutil.branchentries(web.repo, web.stripecount, 10), | |
728 | shortlog=changelist, |
|
728 | shortlog=changelist, | |
729 | node=tip.hex(), |
|
729 | node=tip.hex(), | |
730 | symrev='tip', |
|
730 | symrev='tip', |
General Comments 0
You need to be logged in to leave comments.
Login now