tests/test-symlink-root
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 19 Jul 2007 19:43:25 -0300
changeset 4932 93b7e2fa7ee3
parent 4882 25d753efd48e
permissions -rwxr-xr-x
help: avoid traceback if an extension has only debug commands

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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