log

age author description
Thu, 12 Jul 2007 22:55:44 -0700 Wesley J. Landaker Use wsgi.url_scheme instead of ad-hoc CGI checks.
Thu, 12 Jul 2007 22:44:16 -0700 Brendan Cully cosmetics
Thu, 12 Jul 2007 13:58:36 -0600 Wesley J. Landaker Make hg serve set the wsgi.url_scheme property correctly.
Thu, 12 Jul 2007 13:55:20 -0600 Wesley J. Landaker Handle CGI SSL detection via HTTPS environment better.
Wed, 11 Jul 2007 20:15:03 -0300 Alexis S. L. Carvalho merge with crew-stable
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho archive: make the %r escape work.
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho serve: respect settings from .hg/hgrc
Sat, 12 May 2007 00:41:30 +0200 Edouard Gomez Fix inconsistency for the stream_out capability in hgweb
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho improve warning for hg add foo; hg mv foo bar
Wed, 11 Jul 2007 18:15:21 -0300 Alexis S. L. Carvalho util._hgexecutable: default to 'hg'
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho archive: add symlink support
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho archive: use util.opener when archiving files.
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho localrepo.wwrite: use opener.symlink
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho Add symlink method to util.opener.
Wed, 11 Jul 2007 17:40:41 -0300 Alexis S. L. Carvalho turn util.opener into a class