grim/hgkeeper

4fc4d4c7aac6
file isExecutable
rename responseWrite to cachingResponseWriter
#!/usr/bin/env python3
config = b'{{.HGWEB_CONFIG}}'
from mercurial import demandimport; demandimport.enable()
from mercurial.hgweb import hgweb, wsgicgi
application = hgweb(config)
wsgicgi.launch(application)