tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 11 May 2017 00:02:32 -0700
changeset 32314 2b017d22fe97
parent 13897 375872fdadba
permissions -rw-r--r--
help: clarify that colons are allowed in fingerprints values This was suggested by Lars Rohwedder in issue5559.

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