tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Thu, 07 May 2009 19:39:45 -0500
changeset 8314 57a41c08feab
parent 4882 25d753efd48e
permissions -rwxr-xr-x
revlog: preread revlog .i file Smaller revlogs can be read with a single read, do it on open.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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