grim/hgkeeper

closing merged branch
feature/hgweb
2019-12-18, Gary Kramlich
ded204f16be1
file isExecutable
closing merged branch
#!/usr/bin/env python
config = '{{.HGWEB_CONFIG}}'
from mercurial import demandimport; demandimport.enable()
from mercurial.hgweb import hgweb, wsgicgi
application = hgweb(config)
wsgicgi.launch(application)