sapling/mercurial/hgweb
Dirkjan Ochtman ea809de249 hgweb: protocol requests are processed immediately
This makes separation of interface/webcommands and protocol easier and will
make http repos slightly faster because there's less overhead.
2008-06-28 15:28:43 +02: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: protocol requests are processed immediately 2008-06-28 15:28:43 +02:00
hgwebdir_mod.py util: add sort helper 2008-06-27 18:28:45 -05:00
protocol.py hgweb: correctly validate permissions with streamclone pulling 2008-05-26 14:20:26 +02:00
request.py hgweb: move shortcut expansion to request instantiation 2008-06-26 13:45:39 +02:00
server.py hgweb: remove dead code 2008-03-29 21:15:34 +01:00
webcommands.py util: add sort helper 2008-06-27 18:28:45 -05:00
webutil.py add __len__ and __iter__ methods to repo and revlog 2008-06-26 14:35:50 -05:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00