tests/test-issue433
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 08 Sep 2010 15:18:33 +0200
changeset 12180 45e654e10e1b
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
tests: rename test for better grouping

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