Tue, 13 Feb 2007 06:50:00 -0200 Switch CGI stdout to binary on windows
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 13 Feb 2007 06:50:00 -0200] rev 4076
Switch CGI stdout to binary on windows Problem diagnosed by Andrei Vermel.
Fri, 09 Feb 2007 20:50:41 +0300 Fix dirstate fail at drive root on Windows
Andrei Vermel <avermel@mail.ru> [Fri, 09 Feb 2007 20:50:41 +0300] rev 4075
Fix dirstate fail at drive root on Windows
Thu, 08 Feb 2007 16:31:21 -0200 Try to pass repo.ui to reposetup hooks
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Thu, 08 Feb 2007 16:31:21 -0200] rev 4074
Try to pass repo.ui to reposetup hooks The ui object we received in this function may belong to another repo, which could be confusing from the hook point of view. Trying to use the ui object from the newly created repo should avoid this confusion.
Tue, 02 Jan 2007 21:40:20 -0800 BeOS compatibility support
Andrew Bachmann <andrewbachmann@gmail.com> [Tue, 02 Jan 2007 21:40:20 -0800] rev 4073
BeOS compatibility support
Sun, 11 Feb 2007 18:37:23 +0100 transplant: remote bundle source was not closed before deleting the fetched bundle.
Patrick Mezard <pmezard@gmail.com> [Sun, 11 Feb 2007 18:37:23 +0100] rev 4072
transplant: remote bundle source was not closed before deleting the fetched bundle. It fails under win32 because "normal" opened files cannot be removed.
Fri, 09 Feb 2007 03:48:30 -0200 mq: qinit -c creates a repo even after a regular qinit
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 09 Feb 2007 03:48:30 -0200] rev 4071
mq: qinit -c creates a repo even after a regular qinit
Fri, 09 Feb 2007 03:48:28 -0200 Handle functions as the value of a hooks.<name> config variable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 09 Feb 2007 03:48:28 -0200] rev 4070
Handle functions as the value of a hooks.<name> config variable This should make it easier for extensions to add a hook when they're loaded.
Fri, 09 Feb 2007 03:48:26 -0200 allow values that aren't strings in util.configparser
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 09 Feb 2007 03:48:26 -0200] rev 4069
allow values that aren't strings in util.configparser
Tue, 06 Feb 2007 16:12:22 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 06 Feb 2007 16:12:22 -0600] rev 4068
Merge with stable
Tue, 06 Feb 2007 00:09:36 +0300 Fix wrong module reference in copyfile exception
Andrei Vermel <avermel@mail.ru> [Tue, 06 Feb 2007 00:09:36 +0300] rev 4067
Fix wrong module reference in copyfile exception
Tue, 06 Feb 2007 15:55:20 -0200 setup.py: reload __version__.py after writing it.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 06 Feb 2007 15:55:20 -0200] rev 4066
setup.py: reload __version__.py after writing it. write_version loads __version__.py before writing it (see 7eb694a1c1af), so we have to explicitly reload it to use the correct version. Problem diagnosed by Christian Ebert.
Tue, 06 Feb 2007 15:54:58 -0200 fix strip'ping the second parent of a merge
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 06 Feb 2007 15:54:58 -0200] rev 4065
fix strip'ping the second parent of a merge
Tue, 06 Feb 2007 15:43:01 -0200 install reposetup hook right after loading the extension
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 06 Feb 2007 15:43:01 -0200] rev 4064
install reposetup hook right after loading the extension
Tue, 30 Jan 2007 20:37:58 -0200 Open bundle files in binary mode
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 20:37:58 -0200] rev 4063
Open bundle files in binary mode
Tue, 06 Feb 2007 15:23:40 -0200 convert-repo: handle packed git tags
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 06 Feb 2007 15:23:40 -0200] rev 4062
convert-repo: handle packed git tags
Sun, 04 Feb 2007 16:08:56 -0800 lazyindex: handle __delitem__ in loadblock
Brendan Cully <brendan@kublai.com> [Sun, 04 Feb 2007 16:08:56 -0800] rev 4061
lazyindex: handle __delitem__ in loadblock
Tue, 30 Jan 2007 21:11:10 -0200 commit: catch IOError
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 21:11:10 -0200] rev 4060
commit: catch IOError filecommit can still raise IOError if we're on a filesystem without support for symlinks.
Tue, 30 Jan 2007 19:36:56 -0200 Merge with crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 19:36:56 -0200] rev 4059
Merge with crew-stable
Tue, 30 Jan 2007 19:09:08 -0200 filecommit: don't forget the local parent on a merge with a local rename
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 19:09:08 -0200] rev 4058
filecommit: don't forget the local parent on a merge with a local rename
Tue, 30 Jan 2007 18:32:23 -0200 Fallback to ascii if getpreferredencoding raises an exception
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 18:32:23 -0200] rev 4057
Fallback to ascii if getpreferredencoding raises an exception Fixes issue478.
Tue, 30 Jan 2007 18:32:21 -0200 unbundle: don't use urllib if it's a local file
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 18:32:21 -0200] rev 4056
unbundle: don't use urllib if it's a local file
Tue, 30 Jan 2007 18:32:20 -0200 docopy: deal with globs on windows in a better way
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 18:32:20 -0200] rev 4055
docopy: deal with globs on windows in a better way
Tue, 30 Jan 2007 18:32:18 -0200 Explicitly expand globs on Windows
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 30 Jan 2007 18:32:18 -0200] rev 4054
Explicitly expand globs on Windows
Tue, 30 Jan 2007 00:26:19 +0100 mtime can be -1 after a merge and cause tracebacks on win32.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 30 Jan 2007 00:26:19 +0100] rev 4053
mtime can be -1 after a merge and cause tracebacks on win32. Output "unset" instead.
Thu, 25 Jan 2007 17:57:51 +0100 Adjust documentation for 78a0dd93db0b (empty username to force specifying it)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 25 Jan 2007 17:57:51 +0100] rev 4052
Adjust documentation for 78a0dd93db0b (empty username to force specifying it)
Tue, 30 Jan 2007 22:07:22 +0100 hgwebdir: class hgwebdir should also accept a configparser instance
Michael Gebetsroither <michael.geb@gmx.at> [Tue, 30 Jan 2007 22:07:22 +0100] rev 4051
hgwebdir: class hgwebdir should also accept a configparser instance
Tue, 30 Jan 2007 11:40:17 -0800 transplant: test non-local source
Brendan Cully <brendan@kublai.com> [Tue, 30 Jan 2007 11:40:17 -0800] rev 4050
transplant: test non-local source
Tue, 30 Jan 2007 11:39:47 -0800 transplant: update to current writebundle API
Brendan Cully <brendan@kublai.com> [Tue, 30 Jan 2007 11:39:47 -0800] rev 4049
transplant: update to current writebundle API
Mon, 29 Jan 2007 17:33:09 +0100 mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 29 Jan 2007 17:33:09 +0100] rev 4048
mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
Sat, 27 Jan 2007 15:53:31 -0800 add pserver support to convert_repo
csaba.henk@creo.hu [Sat, 27 Jan 2007 15:53:31 -0800] rev 4047
add pserver support to convert_repo
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip