Mercurial > hg > mercurial-source
diff mercurial/help.py @ 27062:a2291c9c85a1
templatekw: remove dockeywords hack
Now all template keywords are defined as real functions.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 26 Sep 2015 12:39:13 +0900 (2015-09-26) |
parents | 46af0adb5c37 |
children | 56b2bcea2529 |
line wrap: on
line diff
--- a/mercurial/help.py +++ b/mercurial/help.py @@ -220,7 +220,7 @@ addtopicsymbols('merge-tools', '.. internaltoolsmarker', filemerge.internalsdoc) addtopicsymbols('revsets', '.. predicatesmarker', revset.symbols) -addtopicsymbols('templates', '.. keywordsmarker', templatekw.dockeywords) +addtopicsymbols('templates', '.. keywordsmarker', templatekw.keywords) addtopicsymbols('templates', '.. filtersmarker', templatefilters.filters) addtopicsymbols('templates', '.. functionsmarker', templater.funcs) addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands,