tests/test-symlink-root
author Paul Bx <pb@e-scribe.com>
Sat, 22 Sep 2007 18:37:35 +0200
changeset 5313 121f961b358c
parent 4882 25d753efd48e
permissions -rwxr-xr-x
statichttprepo: fix calls on '/' URI (issue 747)

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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