tests/test-symlink-root
author Mads Kiilerich <mads@kiilerich.com>
Sat, 20 Jun 2009 16:06:54 +0200
changeset 8867 ff817723280a
parent 4882 25d753efd48e
permissions -rwxr-xr-x
contrib/buildrpm: Support python 2.4 and 2.6

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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