tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 04 Dec 2009 17:43:01 +0100
changeset 10011 a9836feb5a8c
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
changegroupsubset: readdelta() can be used if the previous rev is a parent

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