Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 02 Apr 2008 01:49:29 +0200] rev 6447
patchbomb: Fix mangling of lines beginning with From
we should mangle the lines beginning with From only when writing
to mbox format.
Christian Ebert <blacktrash@gmx.net> [Tue, 01 Apr 2008 14:35:35 +0200] rev 6446
asciidoc: consistently use 1 space after full stop
Note: the command doc strings included in hg (1) are still
inconsistent wrt to spaces after full stops.
Christian Ebert <blacktrash@gmx.net> [Tue, 01 Apr 2008 14:35:11 +0200] rev 6445
hgrc.5: fix subsection formatting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 01 Apr 2008 16:36:25 +0200] rev 6444
imported patch templ.diff
Patrick Mezard <pmezard@gmail.com> [Tue, 01 Apr 2008 10:19:49 +0200] rev 6443
Merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 01 Apr 2008 08:34:23 +0200] rev 6442
merge with crew-stable
Brendan Cully <brendan@kublai.com> [Mon, 31 Mar 2008 23:02:25 -0700] rev 6441
rollback: unlink files truncated to length 0
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 02 Apr 2008 21:45:35 +0200] rev 6440
make test-diff-copy-depth executable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Tue, 01 Apr 2008 09:17:11 +0200] rev 6439
convert: fix test-convert-svn-* problems with mtime not changing
The `svn commit` command does not detect changed files unless
their mtime has changed. A quick succession of, for instance,
`svn co ...; echo x >> y; svn ci` can thus lead to the change to y
being ignored.
Edited by pmezard to write in binary mode.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 01 Apr 2008 08:33:17 +0200] rev 6438
merge with hg-stable