view tests/test-symlink-addremove @ 7842:b2e38a85b33b

i18n: add Danish translation for "commit"
author Martin Geisler <mg@daimi.au.dk>
date Tue, 10 Mar 2009 23:32:40 +0100
parents 7f0dd352fb4d
children
line wrap: on
line source

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