view tests/test-symlink-root @ 10357:0d64b30b35c3

localrepo: inline single-use nested function
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 07 Feb 2010 10:01:55 +0100
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