tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Thu, 16 Mar 2017 21:33:25 +0900
changeset 31440 f784ba187089
parent 13897 375872fdadba
permissions -rw-r--r--
py3: use bytestr wrapper in revsetlang.formatspec() This backs out 1c48a8278b2f and wraps expr by bytestr() instead.

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