tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Mon, 25 Jun 2007 09:49:40 -0700
changeset 4711 c71bf1d251ad
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
mq: document that qinit -c may be run later

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

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

hg parents -r 0 doesnotexist
true