tests/test-symlink-root
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 14 Mar 2008 09:56:58 -0300
changeset 6252 f21f6de16d41
parent 4882 25d753efd48e
permissions -rwxr-xr-x
update output of test-hgweb

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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