log

age author description
Sun, 15 Jul 2007 14:57:20 +0200 Patrick Mezard Merge with crew-stable.
Sun, 15 Jul 2007 14:09:56 +0200 Patrick Mezard test-symlink-basic: require symlinks availability
Sat, 14 Jul 2007 18:34:06 +0200 Patrick Mezard Add hghave utility and run-tests.py support.
Sat, 14 Jul 2007 14:01:11 +0200 Patrick Mezard run-tests: extract correct status when script terminates with exit
Sat, 14 Jul 2007 13:34:40 -0500 Matt Mackall Merge with -stable
Sat, 14 Jul 2007 12:44:47 -0500 Matt Mackall diff: correctly handle combinations of whitespace options
Mon, 09 Jul 2007 17:41:14 +0300 Giorgos Keramidas hg grep: handle re.compile errors & update tests/test-grep
Thu, 12 Jul 2007 10:55:49 -0400 Jesse Glick typo fix
Sat, 14 Jul 2007 11:27:58 -0500 jon christopher Re: mercurial.el and hg-version-other-window
Fri, 06 Jul 2007 12:02:43 +0200 Christian Ebert Use isinstance instead of type == type
Fri, 13 Jul 2007 08:28:57 -0700 Brendan Cully convert: record the source revision in the changelog
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
Tue, 10 Jul 2007 10:54:54 -0600 Wesley J. Landaker Make {urlbase} work in templates when https is used.
Wed, 11 Jul 2007 00:53:44 -0700 Brendan Cully replace .hgtags instead of appending to it when doing a raw commit
Wed, 11 Jul 2007 00:34:35 -0700 Brendan Cully handle nonexistent .hgtags in raw _tag
Wed, 11 Jul 2007 00:04:15 -0700 Brendan Cully Export extra in _tag so convert can set the branch of a tag