Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 5925:c6274913eba5
age | author | description |
---|---|---|
Tue, 22 Jan 2008 09:28:51 +0100 | Dirkjan Ochtman | hgweb: use ErrorResponse instead of custom response |
Sun, 20 Jan 2008 14:39:25 +0100 | Christian Ebert | Prefer i in d over d.has_key(i) |
Fri, 18 Jan 2008 19:53:38 +0100 | Dirkjan Ochtman | hgweb: fast path for sending raw files |
Mon, 03 Dec 2007 13:30:08 +0100 | Dirkjan Ochtman | hgweb: explicitly pass around the templater |
Mon, 03 Dec 2007 12:27:11 +0100 | Dirkjan Ochtman | separate the wire protocol commands from the user interface commands |
Mon, 03 Dec 2007 11:58:29 +0100 | Dirkjan Ochtman | fix some imports; pushing bz2 bundles over http is currently untested |
Sun, 02 Dec 2007 23:26:40 +0100 | Dirkjan Ochtman | split out hgweb commands into a separate file, move some code around |