tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 08 Oct 2016 22:01:07 +0200
changeset 30099 e60de7fcad29
parent 13897 375872fdadba
permissions -rw-r--r--
pathencode: convert PyString* to PyBytes*

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