tests/test-hg-parseurl.py.out
changeset 8174 29bc5d18714a
child 10365 d757bc0c7865
equal deleted inserted replaced
8173:d3fb413667e5 8174:29bc5d18714a
       
     1 http://example.com/no/anchor, revs: None, checkout: None
       
     2 http://example.com/an/anchor, revs: ['foo'], checkout: 'foo'
       
     3 http://example.com/no/anchor/revs, revs: ['foo'], checkout: 'foo'
       
     4 http://example.com/an/anchor/revs, revs: ['foo', 'bar'], checkout: 'foo'
       
     5 http://example.com/an/anchor/rev-None, revs: ['foo'], checkout: 'foo'