tests/test-hg-parseurl.py.out
author Martin Geisler <mg@lazybytes.net>
Thu, 15 Jul 2010 14:02:17 +0200
changeset 11570 2d88369a27bf
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
gendoc: remove call to callable for py3k compatibility

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