tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 18 Mar 2007 20:39:25 +0100
changeset 4242 e1cdf5f6386e
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Fixed synopsis for some mq commands

#!/bin/sh

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