tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Tue, 10 Nov 2009 22:32:17 +0100
changeset 9819 dec177286deb
parent 4882 25d753efd48e
permissions -rwxr-xr-x
convert: reenable SVN support after license issue solved

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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