tests/test-hg-parseurl.py.out
author Idan Kamara <idankk86@gmail.com>
Fri, 27 May 2011 17:46:47 +0300
changeset 14446 95715c2f90bf
parent 13897 375872fdadba
permissions -rw-r--r--
run-tests: slightly simplify blacklist check

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