tests/test-symlink-root
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:25:54 +0200
changeset 9216 9b2649b6ce5c
parent 4882 25d753efd48e
permissions -rwxr-xr-x
win32mbcs: fix formatting of lists with proper reST markup

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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