view tests/test-hg-parseurl.py.out @ 11674:c29012a73518 stable

i18n: safety writing into non-ASCII named files on any shell implementation some shell implementation (e.g.: dash) can not handle redirection into non-ASCII UTF-8 named file correctly.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 22 Jul 2010 23:18:38 +0900
parents 3d6915f5a2bb
children 375872fdadba
line wrap: on
line source

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