tests/test-symlink-root
author Martin Geisler <mg@lazybytes.net>
Tue, 09 Jun 2009 23:24:43 +0200
changeset 8767 b03859265cc4
parent 4882 25d753efd48e
permissions -rwxr-xr-x
hgrc.5: single quotes means italic in asciidoc Use double quotes instead and mark the * as monospaced text.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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