tests/test-issue433
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 02:21:58 -0300
changeset 5248 5517aa5aafb0
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
Merge with crew-stable

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