tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Fri, 28 Dec 2007 16:41:40 +0100
changeset 5752 84a6e463b948
parent 4882 25d753efd48e
permissions -rwxr-xr-x
patchbomb: read bundle file in binary mode

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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