tests/test-hg-parseurl.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 27 Feb 2017 15:02:36 -0800
changeset 31172 e72ed22713ab
parent 13897 375872fdadba
permissions -rw-r--r--
merge: combine the two "can't happen" cases in docstring table

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