tests/test-hg-parseurl.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 06 Sep 2017 10:41:13 -0700
changeset 34081 5dc6ac6555e6
parent 13897 375872fdadba
permissions -rw-r--r--
amend: use context manager for config override Differential Revision: https://phab.mercurial-scm.org/D639

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