view tests/test-issue433 @ 10480:3076b39d7f3e stable

mq: unify implementation of qinit and init -Q
author Brendan Cully <brendan@kublai.com>
date Mon, 15 Feb 2010 00:16:59 -0800
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