tests/test-issue433
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 12 Jun 2007 14:52:34 -0700
changeset 4564 087b3ae4f08a
parent 3719 199dcb97a5b6
child 4659 7a7d4937272b
permissions -rwxr-xr-x
patchbomb: add --date option

#!/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