tests/test-hg-parseurl.py.out
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 26 Jun 2017 17:20:46 +0530
changeset 33107 9fc880dff5f3
parent 13897 375872fdadba
permissions -rw-r--r--
py3: use hex() to convert the hash to bytes

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