view tests/test-symlink-root @ 10589:92b8c79b34c2 stable

mq: disallow : in patch names (issue2065)
author Sune Foldager <cryo@cyanite.org>
date Fri, 05 Mar 2010 10:49:56 +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