view tests/test-symlink-root @ 9342:c47693630e72

merge with i18n-stable
author Wagner Bruna <wbruna@yahoo.com>
date Tue, 11 Aug 2009 18:27:34 -0300
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