tests/test-symlink-root
author Lee Cantey <lcantey@gmail.com>
Mon, 09 Jul 2007 10:59:49 -0700
changeset 4849 8c5aca855b5d
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Correct inadvertent line ending change.

#!/bin/sh

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