Show More
@@ -541,6 +541,18 b' def bookmarks(web, req, tmpl):' | |||
|
541 | 541 | |
|
542 | 542 | @webcommand('branches') |
|
543 | 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 | 556 | tips = [] |
|
545 | 557 | heads = web.repo.heads() |
|
546 | 558 | parity = paritygen(web.stripecount) |
General Comments 0
You need to be logged in to leave comments.
Login now