hgweb: show help with verbose sections included
authorAdrian Buehlmann <adrian@cadifra.com>
Tue, 10 Jul 2012 17:52:43 +0200
changeset 17146 6b40cc67ceb4
parent 17145 f7152a0d90df
child 17147 80e861511e2b
hgweb: show help with verbose sections included This makes sure we see the same help info as with 'hg help <command> --verbose' on the command line, that is, with verbose sections included.
mercurial/hgweb/webcommands.py
--- 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: