tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jul 2007 20:44:08 -0500
changeset 4992 0a676643687b
parent 4882 25d753efd48e
permissions -rwxr-xr-x
lazyparser: up the blocksize from 512 bytes to 64k

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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