tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 01 Jun 2009 13:51:21 -0500
changeset 8701 02a12835b17e
parent 4882 25d753efd48e
permissions -rwxr-xr-x
gpg: use match.exact rather than files for commit

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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