tests/test-symlink-root
author Brendan Cully <brendan@kublai.com>
Thu, 26 Jul 2007 10:42:44 -0700
changeset 4998 b6c3abdbe0eb
parent 4882 25d753efd48e
permissions -rwxr-xr-x
convert: urlify svn repos if necessary. We should also try to extract the URL from an svn working directory.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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