mercurial/revset.py
branchstable
changeset 12823 80deae3bc5ea
parent 12821 165079e564f0
child 12855 d01c21002e82
--- a/mercurial/revset.py	Sat Oct 23 19:22:42 2010 +0200
+++ b/mercurial/revset.py	Sun Oct 24 12:52:37 2010 +0200
@@ -791,3 +791,6 @@
     predicates = '\n'.join(predicates)
     doc = doc.replace('.. predicatesmarker', predicates)
     return doc
+
+# tell hggettext to extract docstrings from these functions:
+i18nfunctions = symbols.values()