Show More
@@ -783,7 +783,8 b' def showinstabilities(**args):' | |||||
783 | (EXPERIMENTAL) |
|
783 | (EXPERIMENTAL) | |
784 | """ |
|
784 | """ | |
785 | args = pycompat.byteskwargs(args) |
|
785 | args = pycompat.byteskwargs(args) | |
786 |
return showlist('instability', args['ctx'].instabilities(), args |
|
786 | return showlist('instability', args['ctx'].instabilities(), args, | |
|
787 | plural='instabilities') | |||
787 |
|
788 | |||
788 | # tell hggettext to extract docstrings from these functions: |
|
789 | # tell hggettext to extract docstrings from these functions: | |
789 | i18nfunctions = keywords.values() |
|
790 | i18nfunctions = keywords.values() |
General Comments 0
You need to be logged in to leave comments.
Login now