tests/test-hg-parseurl.py.out
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 06 May 2011 15:25:35 +0200
changeset 14233 659f34b833b9
parent 13897 375872fdadba
permissions -rw-r--r--
rename util.set_binary to setbinary

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