grim/hgkeeper

file isExecutable
add a switch to disable the cache with it forced off right now as apparently nothing ever expires right now
#!/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)