diff -r 02f507ce61f2 -r 2e80d495592a mercurial/commands.py --- a/mercurial/commands.py Sat Mar 12 12:46:31 2011 +0100 +++ b/mercurial/commands.py Sat Mar 12 12:46:31 2011 +0100 @@ -2142,6 +2142,7 @@ 'extensions\n')) help.addtopichook('revsets', revset.makedoc) + help.addtopichook('templates', templatekw.makedoc) if name and name != 'shortlist': i = None