tests/test-hg-parseurl.py.out
author Adrian Buehlmann <adrian@cadifra.com>
Sat, 30 Apr 2011 23:27:00 +0200
changeset 14138 c18204fd35b0
parent 13897 375872fdadba
permissions -rw-r--r--
scmutil: introduce casecollisionauditor and cleaning up portability functions

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