Show More
@@ -541,6 +541,18 b' def bookmarks(web, req, tmpl):' | |||||
541 |
|
541 | |||
542 | @webcommand('branches') |
|
542 | @webcommand('branches') | |
543 | def branches(web, req, tmpl): |
|
543 | def branches(web, req, tmpl): | |
|
544 | """ | |||
|
545 | /branches | |||
|
546 | --------- | |||
|
547 | ||||
|
548 | Show information about branches. | |||
|
549 | ||||
|
550 | All known branches are contained in the output, even closed branches. | |||
|
551 | ||||
|
552 | No arguments are accepted. | |||
|
553 | ||||
|
554 | The ``branches`` template is rendered. | |||
|
555 | """ | |||
544 | tips = [] |
|
556 | tips = [] | |
545 | heads = web.repo.heads() |
|
557 | heads = web.repo.heads() | |
546 | parity = paritygen(web.stripecount) |
|
558 | parity = paritygen(web.stripecount) |
General Comments 0
You need to be logged in to leave comments.
Login now