diff -r d3fb413667e5 -r 29bc5d18714a tests/test-hg-parseurl.py.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-hg-parseurl.py.out Fri Apr 24 18:17:42 2009 +0200 @@ -0,0 +1,5 @@ +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'