tests/test-hg-parseurl.py.out
author Augie Fackler <augie@google.com>
Sat, 14 Oct 2017 14:07:39 -0400
changeset 34699 375c8debe336
parent 13897 375872fdadba
permissions -rw-r--r--
httppeer: pass url to urllib as native str, not bytes Differential Revision: https://phab.mercurial-scm.org/D1075

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