changeset 24601 | d80819f67d59 |
parent 24586 | 90e3f5d22dad |
child 24886 | 10a13da8840d |
--- a/mercurial/templater.py Tue Mar 10 09:57:42 2015 -0700 +++ b/mercurial/templater.py Fri Apr 03 21:36:39 2015 +0900 @@ -793,3 +793,6 @@ return style, mapfile raise RuntimeError("No hgweb templates found in %r" % paths) + +# tell hggettext to extract docstrings from these functions: +i18nfunctions = funcs.values()