mercurial/hgweb/webcommands.py
changeset 30559 d83ca854fa21
parent 30298 4ed8bb8a153f
child 30734 b9e49f7b0220
equal deleted inserted replaced
30557:cbeb54ec0481 30559:d83ca854fa21
  1300             })
  1300             })
  1301 
  1301 
  1302         return tmpl('helptopics', topics=topics, title=topicname,
  1302         return tmpl('helptopics', topics=topics, title=topicname,
  1303                     subindex=True)
  1303                     subindex=True)
  1304 
  1304 
  1305     u = webutil.wsgiui()
  1305     u = webutil.wsgiui.load()
  1306     u.verbose = True
  1306     u.verbose = True
  1307 
  1307 
  1308     # Render a page from a sub-topic.
  1308     # Render a page from a sub-topic.
  1309     if '.' in topicname:
  1309     if '.' in topicname:
  1310         # TODO implement support for rendering sections, like
  1310         # TODO implement support for rendering sections, like