tests/test-hg-parseurl.py.out
author Augie Fackler <augie@google.com>
Mon, 12 Feb 2018 14:27:32 -0500
changeset 36098 9c55bbc29dcf
parent 13897 375872fdadba
permissions -rw-r--r--
narrowspec: document constraints when validating patterns Differential Revision: https://phab.mercurial-scm.org/D2190

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