tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 09 Jun 2007 13:17:58 +0200
changeset 4532 c3a78a49d7f0
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Some small cleanups for convert extension: - repo doesn't need to be imported - util.Abort doesn't need \n - space after comma - long lines - spacing

#!/bin/sh

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