diff --git a/mercurial/hgweb/webcommands.py b/mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py +++ b/mercurial/hgweb/webcommands.py @@ -902,6 +902,7 @@ def help(web, req, tmpl): u = webutil.wsgiui() u.pushbuffer() + u.verbose = True try: commands.help_(u, topicname) except error.UnknownCommand: