view tests/test-symlink-root @ 6795:c228ae4bc89c

merge the backout head
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 02 Jul 2008 11:31:19 +0200
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