tests/test-issue433
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 13:14:03 +0200
changeset 5274 694eb9ccb54d
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert/subversion: Use util.set() instead of set() for python2.3 compatibility

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