tests/test-symlink-root
author Terry Smith <terry@t11e.com>
Tue, 11 Sep 2007 13:13:54 -0400
changeset 5340 ad8783fe20f7
parent 4882 25d753efd48e
permissions -rwxr-xr-x
darcs2hg: Now detects and recovers from simple darcs conflicts.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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