tests/test-symlink-root
author Terry Smith <terry@t11e.com>
Tue, 11 Sep 2007 12:42:52 -0400
changeset 5339 b62a59fa9d26
parent 4882 25d753efd48e
permissions -rwxr-xr-x
darcs2hg: Now understands files that were explicitly renamed in darcs.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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