tests/test-hg-parseurl.py.out
author Augie Fackler <raf@durin42.com>
Wed, 01 Jan 2014 17:57:48 -0500
changeset 20201 bc3b48b0f5c8
parent 13897 375872fdadba
permissions -rw-r--r--
import-checker: suppress check-code about any() ast is a new enough module that this script can't work on any version of Python without any(), so we'll just use it.

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