tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 25 Aug 2007 16:31:37 +0200
changeset 5226 79279b5583c6
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
cgi: sys.path.insert should be before importing mercurial thanks to R. Burke

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