tests/test-symlink-root
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 19:00:50 +0100
changeset 10345 bc2866bdf3e0
parent 4882 25d753efd48e
permissions -rwxr-xr-x
commands: allow --closed even for topological heads displays But it actually only starts working later on.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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