tests/test-symlink-root
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 23 Jan 2008 14:28:25 +0100
changeset 5930 c301f15c965a
parent 4882 25d753efd48e
permissions -rwxr-xr-x
send conservatively capitalized HTTP headers

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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