tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Thu, 01 Mar 2018 16:56:38 -0500
changeset 36575 14bbb54a9c5b
parent 13897 375872fdadba
permissions -rw-r--r--
py3: fix type of string literals in templater.tokenize() # skip-blame because just b'' prefixes

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