tests/test-hg-parseurl.py.out
author Martin Geisler <mg@aragost.com>
Thu, 24 Feb 2011 15:35:22 +0100
branchstable
changeset 13470 64ce09e93aff
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
commands: mark strings for 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', [])