tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 24 Aug 2007 00:56:08 +0200
changeset 5219 74723744d8e0
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
fix test-permissions output

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