##// END OF EJS Templates
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension

File last commit:

r3719:199dcb97 default
r4515:86a66cce default
Show More
test-issue433
10 lines | 144 B | text/plain | TextLexer
Benoit Boissinot
add test for issue433
r3719 #!/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