tests/test-symlink-root
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 29 Jun 2010 12:18:42 -0300
branchstable
changeset 11480 57afaabc87c5
parent 4882 25d753efd48e
permissions -rwxr-xr-x
merge with stable

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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