tests/test-symlink-root
author Martin Geisler <mg@lazybytes.net>
Tue, 07 Apr 2009 22:58:05 +0200
changeset 8027 9c7ca86fc658
parent 4882 25d753efd48e
permissions -rwxr-xr-x
expand "repo" to "repository" in help texts

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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