tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 24 Sep 2007 12:34:26 -0500
changeset 5325 5971cfc0a56a
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Merge with crew

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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