view tests/test-symlink-root @ 12507:552e0cfbddbd stable

mq: removed -m from qpush help (Issue2401) The -m option became deprecated in changeset bcf90e712dc3, but the option still appeared in the help line for the qpush command
author Erik Zielke <ez@aragost.com>
date Mon, 27 Sep 2010 09:19:48 +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