tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 16:04:59 +0900
changeset 36235 db26e6a0a677
parent 13897 375872fdadba
permissions -rw-r--r--
graphlog: unblock --line-range option It should work now.

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