view tests/test-symlink-root @ 10487:7a6b5f85c3ab stable

util: use the built-in any() and all() methods if they are available
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Feb 2010 09:31:35 -0500
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