tests/test-hg-parseurl.py.out
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 16 Jul 2012 22:37:44 +0200
changeset 17195 48c232873a54
parent 13897 375872fdadba
permissions -rw-r--r--
obsolete: add seek to end of file before calling tell (issue3543)

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', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])