tests/test-hg-parseurl.py.out
author Wagner Bruna <wbruna@softwareexpress.com.br>
Wed, 19 Jan 2011 17:49:06 -0200
branchstable
changeset 13308 d76115391140
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
i18n-pt_BR: synchronized with 75d0c38a0bca

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