view tests/test-symlink-root @ 9543:56a5f80556f5

convert/cvs: stop supporting external cvsps
author Patrick Mezard <pmezard@gmail.com>
date Mon, 05 Oct 2009 22:57:15 +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