tests/test-symlink-root
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 01:44:35 -0300
changeset 5237 fe55e3d6dc0b
parent 4882 25d753efd48e
permissions -rwxr-xr-x
clone: if "url#rev" was given, update to rev

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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