view tests/test-symlink-addremove @ 10810:2b01dab59416 stable 1.5.1

i18n-pt_BR: update qnew help text
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 01 Apr 2010 19:32:36 -0300
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