view tests/test-symlink-root @ 5055:56d48aed1f69

imerge: tarfile.extractall is only available in python2.5
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 02 Aug 2007 14:04:00 +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