tests/test-symlink-root
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Oct 2008 19:28:37 +0200
changeset 7205 2bee44628c41
parent 4882 25d753efd48e
permissions -rwxr-xr-x
theme/monoblue: put the search box entirely in the header

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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