##// END OF EJS Templates
webcommands: document "tags" web command
Gregory Szorc -
r24084:ef06e2b1 default
parent child Browse files
Show More
@@ -497,6 +497,16 b' def manifest(web, req, tmpl):'
497
497
498 @webcommand('tags')
498 @webcommand('tags')
499 def tags(web, req, tmpl):
499 def tags(web, req, tmpl):
500 """
501 /tags
502 -----
503
504 Show information about tags.
505
506 No arguments are accepted.
507
508 The ``tags`` template is rendered.
509 """
500 i = list(reversed(web.repo.tagslist()))
510 i = list(reversed(web.repo.tagslist()))
501 parity = paritygen(web.stripecount)
511 parity = paritygen(web.stripecount)
502
512
General Comments 0
You need to be logged in to leave comments. Login now