Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 26436: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 |
parents | 46af0adb5c37 |
children | 56b2bcea2529 |
line wrap: on
line diff
--- a/mercurial/help.py Sat Sep 26 12:38:02 2015 +0900 +++ b/mercurial/help.py Sat Sep 26 12:39:13 2015 +0900 @@ -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,