mercurial/hgweb/webcommands.py
changeset 17146 6b40cc67ceb4
parent 16773 d490edc71146
child 17202 1ae119269ddc
--- a/mercurial/hgweb/webcommands.py	Thu Jul 12 10:41:56 2012 +0200
+++ b/mercurial/hgweb/webcommands.py	Tue Jul 10 17:52:43 2012 +0200
@@ -902,6 +902,7 @@
 
     u = webutil.wsgiui()
     u.pushbuffer()
+    u.verbose = True
     try:
         commands.help_(u, topicname)
     except error.UnknownCommand: