sapling/mercurial/hgweb
Yuya Nishihara 9ed442849f hgweb: load server settings from --web-conf (issue4699)
It copies the ui before loading the webconf and passes the copied ui only
to the service. This way, the hgwebdir app can reload configs cleanly.
2015-10-31 22:50:03 +09:00
..
__init__.py hgweb: load server settings from --web-conf (issue4699) 2015-10-31 22:50:03 +09:00
common.py hgweb: import BaseHTTPServer as module at top level 2015-11-01 15:07:08 +09:00
hgweb_mod.py hgweb: import wsgicgi at top level 2015-11-01 15:09:35 +09:00
hgwebdir_mod.py hgweb: import wsgicgi at top level 2015-11-01 15:09:35 +09:00
protocol.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
webcommands.py webcommands: test that fctx is not None in filediff() 2015-11-28 17:06:29 +08:00
webutil.py webutil: make _siblings into an object with __iter__ and __len__ 2015-11-10 17:22:40 +08:00
wsgicgi.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00