##// END OF EJS Templates
Added tag 1.4.3 for changeset 4aa619c4c2c0
Added tag 1.4.3 for changeset 4aa619c4c2c0

File last commit:

r8174:29bc5d18 default
r10310:61750d3a stable
Show More
test-hg-parseurl.py.out
5 lines | 327 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
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'