tests/test-hg-parseurl.py.out
author Martin Geisler <mg@aragost.com>
Thu, 04 Nov 2010 18:11:10 +0100
changeset 12923 7d384a372ce8
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
convert: split docstring lists for easier translation

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