view tests/test-symlink-root @ 6374:31a01e3d99cc

hgweb: fix breakage in python < 2.5 introduced in 2c370f08c486
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 24 Mar 2008 16:20:15 +0100
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