tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 21 Jun 2007 09:25:49 +0200
changeset 4659 7a7d4937272b
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Kill trailing spaces

#!/bin/sh

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