tests/test-symlink-addremove
author Martin Geisler <mg@lazybytes.net>
Sun, 31 May 2009 14:51:37 +0200
changeset 8665 e4ad46f9a004
parent 6651 7f0dd352fb4d
permissions -rwxr-xr-x
win32mbcs: capitalize Unicode

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

hg init a
cd a

echo '% directory moved and symlinked'
mkdir foo
touch foo/a
hg ci -Ama
mv foo bar
ln -s bar foo
echo '% now addremove should remove old files'
hg addremove