tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Wed, 17 Sep 2014 00:28:37 +0900
changeset 22448 8afaf7cef35a
parent 13897 375872fdadba
permissions -rw-r--r--
check-code: look for misuse of __bool__

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