Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
Fri, 01 Feb 2008 10:31:13 +0100 |
Dirkjan Ochtman |
hgweb: explicit response status
|
Mon, 28 Jan 2008 15:10:17 +0100 |
Dirkjan Ochtman |
hgweb: centralize req.write() calls
|
Mon, 28 Jan 2008 14:58:03 +0100 |
Dirkjan Ochtman |
hgweb: explicitly check if requested command exists
|
Sat, 26 Jan 2008 22:44:27 +0100 |
Patrick Mezard |
webcommands: add missing hg import
|
Tue, 22 Jan 2008 12:31:55 +0100 |
Dirkjan Ochtman |
hgweb: be sure to send a valid content-type for raw files
|
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
|