tests/test-symlink-root
author Marti Raudsepp <marti@juffo.org>
Sat, 04 Apr 2009 18:04:38 +0200
changeset 7968 43b70a964e0d
parent 4882 25d753efd48e
permissions -rwxr-xr-x
convert: handle comments starting with '#' in authormap files

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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