tests/test-issue842
author Patrick Mezard <pmezard@gmail.com>
Sat, 29 Mar 2008 17:14:53 +0100
changeset 6397 e1402cf5e08a
parent 6336 4b0c9c674707
child 8452 cb93eee1fbcd
permissions -rwxr-xr-x
convert: avoid svn log retrieval process cleanup With huge history (like kdelibs), the process termination suddenly consumes a lot of memory (from 700M to 1.3G+). Since the job is done, clean termination is not required, just exit.

hg init test
cd test
echo foo > a
hg ci -Ama

hg up -r0000
echo bar > a
echo % should issue warning
hg ci -Amb

hg up -r0000
echo stuffy > a
echo % should not issue warning
hg ci -q -Amc

hg up -r0000
echo crap > a
hg branch testing
echo % should not issue warning
hg ci -q -Amd