test-hg-parseurl.py.out
5 lines
| 327 B
| text/plain
|
TextLexer
/ tests / test-hg-parseurl.py.out
Martijn Pieters
|
r8174 | http://example.com/no/anchor, revs: None, checkout: None | ||
http://example.com/an/anchor, revs: ['foo'], checkout: 'foo' | ||||
http://example.com/no/anchor/revs, revs: ['foo'], checkout: 'foo' | ||||
http://example.com/an/anchor/revs, revs: ['foo', 'bar'], checkout: 'foo' | ||||
http://example.com/an/anchor/rev-None, revs: ['foo'], checkout: 'foo' | ||||