tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 11 Aug 2007 13:35:25 +0200
changeset 5148 a04694e08775
parent 4882 25d753efd48e
permissions -rwxr-xr-x
merge with crew-stable

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link