sapling/mercurial/hgweb
2007-12-03 18:58:18 +01:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py hgweb: fix breaking tests on Python < 2.5 2007-11-28 09:39:17 -08:00
hgweb_mod.py hgweb: explicitly pass around the templater 2007-12-03 13:30:08 +01:00
hgwebdir_mod.py hgwebdir: split out templater creation 2007-12-03 18:58:18 +01:00
protocol.py separate the wire protocol commands from the user interface commands 2007-12-03 12:27:11 +01:00
request.py Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI. 2007-11-30 18:23:18 +01:00
server.py Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). 2007-12-01 19:19:08 +01:00
webcommands.py hgweb: explicitly pass around the templater 2007-12-03 13:30:08 +01:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00