Show More
@@ -374,10 +374,6 b' def showsubrepos(**args):' | |||||
374 | subrepos.append(sub) # removed in ctx |
|
374 | subrepos.append(sub) # removed in ctx | |
375 | return showlist('subrepo', sorted(subrepos), **args) |
|
375 | return showlist('subrepo', sorted(subrepos), **args) | |
376 |
|
376 | |||
377 | def showtags(**args): |
|
|||
378 | """:tags: List of strings. Any tags associated with the changeset.""" |
|
|||
379 | return showlist('tag', args['ctx'].tags(), **args) |
|
|||
380 |
|
||||
381 | def shownames(namespace, **args): |
|
377 | def shownames(namespace, **args): | |
382 | """helper method to generate a template keyword for a namespace""" |
|
378 | """helper method to generate a template keyword for a namespace""" | |
383 | ctx = args['ctx'] |
|
379 | ctx = args['ctx'] | |
@@ -424,7 +420,6 b' keywords = {' | |||||
424 | 'phaseidx': showphaseidx, |
|
420 | 'phaseidx': showphaseidx, | |
425 | 'rev': showrev, |
|
421 | 'rev': showrev, | |
426 | 'subrepos': showsubrepos, |
|
422 | 'subrepos': showsubrepos, | |
427 | 'tags': showtags, |
|
|||
428 | } |
|
423 | } | |
429 |
|
424 | |||
430 | def _showparents(**args): |
|
425 | def _showparents(**args): |
General Comments 0
You need to be logged in to leave comments.
Login now