hgext/convert/__init__.py
changeset 13698 f30ce5983896
parent 13691 ad02eba55459
child 15300 c2a75faf3b49
--- a/hgext/convert/__init__.py	Sat Mar 19 01:34:49 2011 -0500
+++ b/hgext/convert/__init__.py	Sat Mar 19 19:50:55 2011 +0100
@@ -362,3 +362,6 @@
     templatekw.keywords['svnrev'] = kwsvnrev
     templatekw.keywords['svnpath'] = kwsvnpath
     templatekw.keywords['svnuuid'] = kwsvnuuid
+
+# tell hggettext to extract docstrings from these functions:
+i18nfunctions = [kwsvnrev, kwsvnpath, kwsvnuuid]