tests/test-symlink-root
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 08 Feb 2008 18:31:55 -0200
changeset 6048 cfb4a51da7d5
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Merge with crew-stable

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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