tests/test-symlink-addremove
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 16 Apr 2010 19:18:20 +0200
changeset 10935 5f10634f9e68
parent 6651 7f0dd352fb4d
permissions -rwxr-xr-x
dirstate: remove unused variable

#!/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