tests/test-symlink-root
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 06 Aug 2007 15:37:14 -0700
changeset 5134 c14968344d19
parent 4882 25d753efd48e
permissions -rwxr-xr-x
convert: remove accidental debug print

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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