mercurial/commands.py
changeset 9540 cad36e496640
parent 9537 460e410c39be
child 9569 ceb0f59e1327
--- a/mercurial/commands.py	Sun Oct 04 09:59:13 2009 +0200
+++ b/mercurial/commands.py	Sun Oct 04 12:18:43 2009 +0200
@@ -1548,7 +1548,7 @@
             doc = doc()
 
         ui.write("%s\n\n" % header)
-        ui.write("%s\n" % minirst.format(doc, textwidth))
+        ui.write("%s\n" % minirst.format(doc, textwidth, indent=4))
 
     def helpext(name):
         try: