tests/test-hg-parseurl.py.out
author Augie Fackler <raf@durin42.com>
Thu, 11 Sep 2014 10:14:34 -0400
changeset 22415 65ec6c5c0fb3
parent 13897 375872fdadba
permissions -rw-r--r--
manifest: mark addlistdelta and checkforbidden as module-private

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