tests/test-hg-parseurl.py.out
author Wagner Bruna <wbruna@softwareexpress.com.br>
Wed, 09 Mar 2011 15:29:50 -0300
branchstable
changeset 13573 aa1f3be38ab1
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
i18n-pt_BR: synchronized with 66d65bccbf06

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