tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Sat, 06 Feb 2010 15:21:48 +0100
changeset 10338 ade04c5ae7bb
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