tests/test-hg-parseurl.py.out
author Martin Geisler <mg@aragost.com>
Fri, 09 Dec 2011 17:34:56 +0100
changeset 15627 9d7a83a42f8c
parent 13897 375872fdadba
permissions -rw-r--r--
largefiles: fix indentation

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', [])