tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Mon, 27 Aug 2007 22:17:51 +0200
changeset 5248 c0281c6b40b0
parent 4882 25d753efd48e
permissions -rwxr-xr-x
hghave: wrap command output matching

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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