log mercurial/hgweb/webcommands.py @ 5960:06467b51ab9c

age author description
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