tests/test-symlink-root
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 27 Aug 2007 13:38:34 -0700
changeset 5257 fd371f99f20b
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Automated merge with http://hg.intevation.org/mercurial/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