tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 05 May 2016 00:31:11 -0700
changeset 29105 548e9c8c2841
parent 13897 375872fdadba
permissions -rw-r--r--
sslutil: document and slightly refactor sslkwargs This will help me and any reviewers keep sane as this code is refactored.

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