tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Jun 2007 08:51:34 +0200
changeset 4635 63b9d2deed48
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Updated copyright notices and add "and others" to "hg version"

#!/bin/sh

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