tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:14 -0500
changeset 5423 e5f238a8b0d2
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
osutil: more cleanups - eliminate a level of nesting - untab targets of gotos

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