view tests/test-issue433 @ 10710:47fbbc4845ff stable

mq: test for init --mq with a destination argument
author Cédric Duval <cedricduval@free.fr>
date Mon, 15 Mar 2010 20:52:22 +0100
parents 1de6e7e1bb9f
children
line wrap: on
line source

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true