tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 26 Feb 2010 16:52:43 +0100
branchstable
changeset 10551 f61dced1367a
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
fix test-mq-eol under --pure (mimic diffhelper.c behaviour) bug discovered by apycot (apycot.hg-scm.org)

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