sapling/mercurial/hgweb
Alexis S. L. Carvalho 506e114776 hgweb: add compatibility code for old templates
Up to changeset 6713db859c82, HTTP headers were expected to be embedded
in the "headers" template.  Since that changeset, the content-type is
supposed to be defined as the "mimetype" template in the map file.

This changeset makes sure the old templates still work.
2008-03-24 13:45:01 -03:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py merged Edward Lee's line anchors patch 2008-02-15 19:44:54 +01:00
hgweb_mod.py hgweb: add compatibility code for old templates 2008-03-24 13:45:01 -03:00
hgwebdir_mod.py hgweb: add compatibility code for old templates 2008-03-24 13:45:01 -03:00
protocol.py hgweb: only accept POST requests for unbundle 2008-03-21 00:55:53 +01:00
request.py Remove unused imports 2008-03-06 22:23:41 +01:00
server.py hgweb: clarify which address and port can/cannot be bound at startup (bug 769) 2008-03-10 19:25:34 +00:00
webcommands.py hgweb: better error messages 2008-03-23 23:08:18 +01:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00