tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:14 -0500
changeset 5423 e5f238a8b0d2
parent 4882 25d753efd48e
permissions -rwxr-xr-x
osutil: more cleanups - eliminate a level of nesting - untab targets of gotos

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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