tests/test-addremove
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 19 Feb 2006 21:44:32 +0100
changeset 1750 955a7caf005c
parent 1623 eef8ff46567a
child 1933 7544700fd931
permissions -rwxr-xr-x
make test-pull-permission cleanup correctly in case of errors

#!/bin/sh

hg init rep
cd rep
mkdir dir
touch foo dir/bar
hg -v addremove
hg -v commit -m "add 1" -d "0 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "0 0"