tests/test-symlink-root
author Wagner Bruna <wbruna@yahoo.com>
Sun, 05 Apr 2009 05:12:43 -0300
changeset 8009 76e4c08a48ad
parent 4882 25d753efd48e
permissions -rwxr-xr-x
commands: fix typo on flag description

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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