comparison 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
comparison
equal deleted inserted replaced
26435:882b170ae616 26436:a2291c9c85a1
218 218
219 addtopicsymbols('filesets', '.. predicatesmarker', fileset.symbols) 219 addtopicsymbols('filesets', '.. predicatesmarker', fileset.symbols)
220 addtopicsymbols('merge-tools', '.. internaltoolsmarker', 220 addtopicsymbols('merge-tools', '.. internaltoolsmarker',
221 filemerge.internalsdoc) 221 filemerge.internalsdoc)
222 addtopicsymbols('revsets', '.. predicatesmarker', revset.symbols) 222 addtopicsymbols('revsets', '.. predicatesmarker', revset.symbols)
223 addtopicsymbols('templates', '.. keywordsmarker', templatekw.dockeywords) 223 addtopicsymbols('templates', '.. keywordsmarker', templatekw.keywords)
224 addtopicsymbols('templates', '.. filtersmarker', templatefilters.filters) 224 addtopicsymbols('templates', '.. filtersmarker', templatefilters.filters)
225 addtopicsymbols('templates', '.. functionsmarker', templater.funcs) 225 addtopicsymbols('templates', '.. functionsmarker', templater.funcs)
226 addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands, 226 addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands,
227 dedent=True) 227 dedent=True)
228 228