tests/test-hg-parseurl.py.out
author timeless@mozdev.org
Wed, 02 Sep 2015 02:03:55 -0400
changeset 26177 52e9187cd0e8
parent 13897 375872fdadba
permissions -rw-r--r--
help/config: add trailing periods

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