tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Sat, 18 Jul 2015 14:16:07 -0500
changeset 25849 d1cb185b9ee2
parent 13897 375872fdadba
permissions -rw-r--r--
check-config: don't continue prematurely The early check for section headers like ^``foo`` was missing actual options like ^``foo.bar``.

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