tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 28 Jun 2007 16:03:45 +0200
changeset 4734 9ac493f12901
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Abort if earlygetopt fails to detect an option. Otherwise it could happen that a command is used on the wrong repository, because abbreviations of --cwd or --repository were ignored.

#!/bin/sh

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