Show More
@@ -902,6 +902,7 b' def help(web, req, tmpl):' | |||||
902 |
|
902 | |||
903 | u = webutil.wsgiui() |
|
903 | u = webutil.wsgiui() | |
904 | u.pushbuffer() |
|
904 | u.pushbuffer() | |
|
905 | u.verbose = True | |||
905 | try: |
|
906 | try: | |
906 | commands.help_(u, topicname) |
|
907 | commands.help_(u, topicname) | |
907 | except error.UnknownCommand: |
|
908 | except error.UnknownCommand: |
General Comments 0
You need to be logged in to leave comments.
Login now