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

hgweb.wsgi 163B

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