view tests/test-symlink-root @ 5072:c89ed1f27e78

convert: svn: add helper function for optrevs
author Brendan Cully <brendan@kublai.com>
date Sun, 05 Aug 2007 10:04:00 -0700
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