tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 07 Aug 2007 10:28:43 +0200
changeset 5117 d4fa6bafc43a
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Remove trailing spaces, fix indentation

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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