##// END OF EJS Templates
mdiff: split lines in allblocks() only when necessary...
mdiff: split lines in allblocks() only when necessary These are only required to handle the --ignore-blank-lines case

File last commit:

r13897:375872fd default
r15529:b35cf472 default
Show More
test-hg-parseurl.py.out
8 lines | 427 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
Sune Foldager
improve --branch processing (and differentiate from # syntax)...
r11322 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', [])
Thomas Arendsen Hein
hg: make parseurl() consistently return normalised path...
r13897 http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])