tests/test-hg-parseurl.py.out
changeset 10365 d757bc0c7865
parent 8174 29bc5d18714a
child 11322 3d6915f5a2bb
--- a/tests/test-hg-parseurl.py.out	Sun Feb 07 14:01:43 2010 +0100
+++ b/tests/test-hg-parseurl.py.out	Sun Feb 07 14:29:07 2010 +0100
@@ -1,5 +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'
+http://example.com/no/anchor, branches: []
+http://example.com/an/anchor, branches: ['foo']
+http://example.com/no/anchor/branches, branches: ['foo']
+http://example.com/an/anchor/branches, branches: ['foo', 'bar']
+http://example.com/an/anchor/branches-None, branches: ['foo']