tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Tue, 22 Jul 2008 13:03:29 -0500
changeset 6833 6be5edab824c
parent 4882 25d753efd48e
permissions -rwxr-xr-x
dirstate.walk: reduce sorting in step 3

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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