Patrick Mezard <pmezard@gmail.com> [Sat, 09 Feb 2008 20:17:09 +0100] rev 6061
test-keyword: make it run under Windows
- don't cat symlink, content differs
- rewrite OS specific messages
- generate symlink with a bundle
Patrick Mezard <pmezard@gmail.com> [Sat, 09 Feb 2008 20:17:06 +0100] rev 6060
keyword: fix symlink detection under Windows
Patrick Mezard <pmezard@gmail.com> [Sat, 09 Feb 2008 19:40:30 +0100] rev 6059
keyword: fix mq repository detection under Windows
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Feb 2008 19:39:01 +0100] rev 6058
Do not abort rollback if undo.branch isn't available, but warn.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Feb 2008 19:13:57 +0100] rev 6057
Remove trailing ! from two error messages as this was confusing.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Feb 2008 18:58:31 +0100] rev 6056
Print less scary warning when invalidating the branch cache.
Aleix Conchillo Flaque <aleix@member.fsf.org> [Sat, 09 Feb 2008 17:36:42 +0100] rev 6055
convert: support binary files, link to files (viceversa) in gnu arch
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Feb 2008 13:13:46 +0100] rev 6054
convert: Don't decode unicode strings
This does not work with python2.3 and is probably not useful anyway with 2.4.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Feb 2008 13:08:02 +0100] rev 6053
convert: Compatibility fixes for python2.3
set -> util.set
sort(reverse=True) -> sort(); reverse()
Christian Ebert <blacktrash@gmx.net> [Thu, 07 Feb 2008 22:25:00 +0100] rev 6052
keyword: monkeypatch dispatch._parse to avoid redundant run
Inspired by Thomas Arendsen Hein.
Christian Ebert <blacktrash@gmx.net> [Wed, 06 Feb 2008 23:14:33 +0100] rev 6051
keyword: safeguards against erroneous behaviour or aborts
prevent issues due to global [keyword] filename patterns:
- add email to nokwcommands
- protect everything under .hg from expansion
(tested with qcommit)
- exclude everything starting with .hg* just in case
prevent abort when pulling from bundlerepo:
- do not set up kwrepo for bundlerepo
expansion inside a bundle is nonsense
bundlerepo issue spotted and test case provided by pmezard.
Christian Ebert <blacktrash@gmx.net> [Thu, 07 Feb 2008 15:56:20 +0100] rev 6050
keyword: fix pychecker warning about shadowed variable
Also no underscore prefix for restricted switch inside reposetup.
Aleix Conchillo Flaque <aleix@member.fsf.org> [Fri, 08 Feb 2008 13:56:29 +0100] rev 6049
convert: improve gnu arch source performance and other fixes
- Improve performance by reading 'replay' output instead of
calling 'delta' command after 'replay'. This increases speed
significantly.
- Some times 'replay' command might fail with conflicts (don't
know why), a new get from that revision just fixes it. So,
if something fails, get a fresh copy from that revision and
try from there.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 08 Feb 2008 18:31:55 -0200] rev 6048
Merge with crew-stable