sapling/mercurial/hgweb
Dirkjan Ochtman be3fb00c67 hgweb: separate protocol calls from interface calls (issue996)
The protocol functions are already pretty careful about not raising
exceptions to the caller, and have their own error handling. We can formalize
this a little bit to make it clearer (before, the exception handlers for
a limited number of exceptions coming from the interface bits would blow up
because some variables aren't instantiated for the protocol calls).
2008-02-20 10:50:10 +01: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: separate protocol calls from interface calls (issue996) 2008-02-20 10:50:10 +01:00
hgwebdir_mod.py fix to let test-hgwebdir pass 2008-02-08 15:42:28 +01:00
protocol.py hgweb: explicit response status 2008-02-01 10:31:13 +01:00
request.py hgweb: Quote filenames when downloading raw files. 2008-02-16 18:12:30 +01:00
server.py hgweb: fixes to make hg serve prefix handling more robust 2008-01-22 22:13:29 +01:00
webcommands.py hgweb: explicit response status 2008-02-01 10:31:13 +01:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00