tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Mon, 27 Aug 2007 22:17:51 +0200
changeset 5249 d82ebcdf20e1
parent 4882 25d753efd48e
permissions -rwxr-xr-x
hghave: detect subversion client and admin tools availability

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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