tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Tue, 17 Jul 2007 23:34:52 +0200
changeset 4922 020ee9c781cf
parent 4882 25d753efd48e
permissions -rwxr-xr-x
patch: fix normalized paths separators.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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