##// END OF EJS Templates
setup: fix build_hgexe for mingw32 compiler...
setup: fix build_hgexe for mingw32 compiler Fixes python setup.py build_hgexe -i --compiler=mingw32

File last commit:

r13897:375872fd default
r17246:bf5bb38b stable
Show More
test-hg-parseurl.py.out
8 lines | 427 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
http://example.com/no/anchor, branches: (None, [])
http://example.com/an/anchor, branches: ('foo', [])
http://example.com/no/anchor/branches, branches: (None, ['foo'])
http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
http://example.com/an/anchor/branches-None, branches: ('foo', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])