tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 25 Jun 2007 11:29:17 -0700
changeset 4714 a741293793f6
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Make changeset_printer respect ui diffopts

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