test-hg-parseurl.py.out
8 lines
| 427 B
| text/plain
|
TextLexer
/ tests / test-hg-parseurl.py.out
Sune Foldager
|
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
|
r13897 | http://example.com/, branches: (None, []) | ||
http://example.com/, branches: (None, []) | ||||
http://example.com/, branches: ('foo', []) | ||||