diff -r f5db3092790f -r 6e676fb6ea44 mercurial/help.py --- a/mercurial/help.py Sat Feb 09 21:51:21 2013 +0000 +++ b/mercurial/help.py Sun Feb 10 12:58:57 2013 +0100 @@ -394,7 +394,8 @@ else: raise error.UnknownCommand(name) - rst = ["%s\n\n" % header] + rst = [minirst.section(header)] + # description if not doc: rst.append(" %s\n" % _("(no help text available)"))