tests/test-symlink-addremove
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:25:54 +0200
changeset 9216 9b2649b6ce5c
parent 6651 7f0dd352fb4d
permissions -rwxr-xr-x
win32mbcs: fix formatting of lists with proper reST markup

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