tests/test-symlink-root
author Brendan Cully <brendan@kublai.com>
Thu, 22 Mar 2007 10:40:28 -0700
changeset 4257 f51317e24114
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Add --outgoing option to patchbomb

#!/bin/sh

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