tests/test-hg-parseurl.py.out
author Augie Fackler <raf@durin42.com>
Fri, 03 Mar 2017 14:08:02 -0500
changeset 31303 90f439823b99
parent 13897 375872fdadba
permissions -rw-r--r--
extensions: tapdance to get reasonable import error formatting I'm not thrilled with this, but it seems to work.

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