tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 16 Mar 2008 23:24:53 +0100
changeset 6287 c86207d41512
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Spacing cleanup

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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