diff -r 32f9b7e3f056 -r 521f6c7e1756 mercurial/help.py --- a/mercurial/help.py Thu Mar 08 23:15:09 2018 +0900 +++ b/mercurial/help.py Thu Mar 08 22:23:02 2018 +0900 @@ -26,8 +26,8 @@ pycompat, revset, templatefilters, + templatefuncs, templatekw, - templater, util, ) from .hgweb import ( @@ -309,7 +309,7 @@ addtopicsymbols('revisions', '.. predicatesmarker', revset.symbols) addtopicsymbols('templates', '.. keywordsmarker', templatekw.keywords) addtopicsymbols('templates', '.. filtersmarker', templatefilters.filters) -addtopicsymbols('templates', '.. functionsmarker', templater.funcs) +addtopicsymbols('templates', '.. functionsmarker', templatefuncs.funcs) addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands, dedent=True)