mercurial/help.py
changeset 18748 6e676fb6ea44
parent 18746 c0087d48ec3a
child 19769 83d79a00cc24
--- 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)"))