##// END OF EJS Templates
convert/subversion: fix default URL checker prototype
convert/subversion: fix default URL checker prototype

File last commit:

r8936:1de6e7e1 default
r10885:9e4d120e stable
Show More
test-issue433
10 lines | 131 B | text/plain | TextLexer
Benoit Boissinot
add test for issue433
r3719 #!/bin/sh
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 # http://mercurial.selenic.com/bts/issue433
Benoit Boissinot
add test for issue433
r3719
hg init a
Thomas Arendsen Hein
Kill trailing spaces
r4659 cd a
echo a > a
hg commit -Ama
Benoit Boissinot
add test for issue433
r3719
hg parents -r 0 doesnotexist
true