tests/test-symlink-root
author Sune Foldager <cryo@cyanite.org>
Tue, 24 Nov 2009 09:49:23 +0100
changeset 9915 806e6b6cb8d8
parent 4882 25d753efd48e
permissions -rwxr-xr-x
ancestor: improve docstring The term "least common ancestor" is highly ambiguous.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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