view tests/test-symlink-root @ 5560:e78c24011001

hgweb: make notfound templates more informative
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 28 Nov 2007 08:38:06 -0800
parents 25d753efd48e
children
line wrap: on
line source

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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