view tests/test-symlink-root @ 9106:7705d184faa1

keyword: use all caps for 'note:' in help string The diff, export, log, and status commands write it as 'NOTE:'.
author Martin Geisler <mg@lazybytes.net>
date Thu, 09 Jul 2009 22:52:39 +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