diff -r 882b170ae616 -r a2291c9c85a1 mercurial/help.py --- 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,