tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 08 Apr 2017 14:33:20 -0700
changeset 31847 39d36c2db68e
parent 13897 375872fdadba
permissions -rw-r--r--
zstd: vendor python-zstandard 0.8.1 This contains a fix for compilation on BSDs. #no-check-commit

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