tests/test-symlink-root
author Christian Ebert <blacktrash@gmx.net>
Thu, 28 Jun 2007 02:11:54 +0200
changeset 4817 c10d3bc05a8d
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
setup.py not executable: change instructions at beginning of file

#!/bin/sh

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