Web site meant to accompany a virtual machine setup specific to ProjPad.

hgweb.wsgi 163B

12345
  1. from mercurial import demandimport; demandimport.enable()
  2. from mercurial.hgweb.hgwebdir_mod import hgwebdir
  3. application = hgwebdir('/usr/lib/cgi-bin/hgweb.conf')