tests/test-symlink-root
author Steve Borho <steve@borho.org>
Fri, 07 Dec 2007 18:19:16 -0600
changeset 5626 28899bf513cc
parent 4882 25d753efd48e
permissions -rwxr-xr-x
win32: use relative path to install source Remove hard-coded path to the source repo to be packaged.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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