##// END OF EJS Templates
factor out the url handling from httprepo...
factor out the url handling from httprepo Create url.py to handle all the url handling: - proxy handling - workaround various python bugs - handle username/password embedded in the url

File last commit:

r4659:7a7d4937 default
r7270:2db33c1a default
Show More
test-issue433
10 lines | 135 B | text/plain | TextLexer
Benoit Boissinot
add test for issue433
r3719 #!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433
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