tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Mon, 26 Apr 2010 11:03:40 -0500
changeset 10996 f6d41bfc189e
parent 4882 25d753efd48e
permissions -rwxr-xr-x
hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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