tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 04 May 2009 14:21:43 -0500
changeset 8298 9542f4c3fa1b
parent 4882 25d753efd48e
permissions -rwxr-xr-x
config: make remap actually work

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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