tests/test-symlink-addremove
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 22 Oct 2008 13:14:52 +0200
changeset 7200 ca5ac40949dc
parent 6651 7f0dd352fb4d
permissions -rwxr-xr-x
patch/diff: use a separate function to write the first line of a file diff

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