log mercurial/hgweb.py @ 2132:4990b62fd0a6

age author description
Tue, 25 Apr 2006 19:38:19 +0200 Thomas Arendsen Hein Allow 'hg serve --webdir-conf foo' to be run outside a repository.
Tue, 25 Apr 2006 00:43:40 +0200 Alexander Schremmer Cleaned trailing whitespace in hgweb.py, removed command line shortcut for webdir-conf.
Sun, 23 Apr 2006 00:34:07 +0200 Alexander Schremmer Fixed path handling of the standalone server, fixed typo.
Sun, 23 Apr 2006 00:31:09 +0200 Alexander Schremmer Added hgwebdir support to hg serve.
Sun, 23 Apr 2006 00:27:46 +0200 Alexander Schremmer Added threading support to hg serve.
Sun, 23 Apr 2006 00:15:30 +0200 Alexander Schremmer Cleaned hgweb.py a little bit
Fri, 21 Apr 2006 15:28:50 -0700 Vadim Gelfer make hgweb use new archival module.
Thu, 20 Apr 2006 15:42:02 +0200 Alexis S. L. Carvalho Use application/octet-stream as the content-type of unknown binary files
Wed, 19 Apr 2006 11:41:22 -0700 Alexis S. L. Carvalho Don't send "Content-Type: none"
Wed, 15 Mar 2006 11:28:00 -0800 Vadim Gelfer fix template bug that made hgweb break.
Sun, 12 Mar 2006 16:21:59 -0800 Vadim Gelfer merge with crew.
Sun, 26 Feb 2006 13:11:53 -0800 Vadim Gelfer missed hunk when moving code to templater module
Sun, 26 Feb 2006 13:09:26 -0800 Vadim Gelfer move hgweb.templatepath into templater
Sun, 26 Feb 2006 12:59:28 -0800 Vadim Gelfer move hgweb template code out to templater
Wed, 08 Mar 2006 11:20:39 -0800 Lee Cantey Fix manifest view on Windows