tests/test-hg-parseurl.py.out
author Bryan O'Sullivan <bryano@fb.com>
Sun, 10 Feb 2013 16:21:30 -0800
changeset 18654 d9ff580fcaa2
parent 13897 375872fdadba
permissions -rw-r--r--
Merge

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