Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:28:14 +0100] rev 3756
merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:27:53 +0100] rev 3755
Use unsigned version format.
This way can use one additional bit, and when encountering invalid revlogs
with the first bit set don't produce python warnings or strange error messages.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:16:12 +0100] rev 3754
Improve error message for unknown revlog flags.
Old: unknown flags 120000 for ...
New: unknown flags 0x0012 for ...
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:54:47 -0800] rev 3753
Merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:50:09 -0800] rev 3752
transplant: "filtering %s\n"
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:29:47 +0100] rev 3751
Don't require a diff which accepts the -N option.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:09:05 +0100] rev 3750
Compatibility fix for 'ln -sf'.
ln of Solaris 8 only accepts "ln -f -s" (in that order), but as the -f isn't
needed here, I simply dropped it.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 01 Dec 2006 16:18:16 -0200] rev 3749
additional fixes for
issue436