tests/test-issue433
author Martin Geisler <mg@lazybytes.net>
Fri, 28 Aug 2009 20:28:06 +0200
changeset 9406 a4b761751919
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
doc/README: rst2man is now in Docutils proper

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