tests/test-symlink-root
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
Sun, 18 Jan 2009 19:59:51 +0100
changeset 7786 92455c1d6f83
parent 4882 25d753efd48e
permissions -rwxr-xr-x
rebase: pull --rebase updates if there is nothing to rebase

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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