tests/test-hg-parseurl.py.out
changeset 11322 3d6915f5a2bb
parent 10365 d757bc0c7865
child 13897 375872fdadba
--- a/tests/test-hg-parseurl.py.out	Sun Jun 06 17:25:00 2010 +0900
+++ b/tests/test-hg-parseurl.py.out	Thu Jun 10 12:46:09 2010 +0200
@@ -1,5 +1,5 @@
-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']
+http://example.com/no/anchor, branches: (None, [])
+http://example.com/an/anchor, branches: ('foo', [])
+http://example.com/no/anchor/branches, branches: (None, ['foo'])
+http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
+http://example.com/an/anchor/branches-None, branches: ('foo', [])