view tests/test-hg-parseurl.py.out @ 13020:ea3bada953d3 stable

templater: fix variable name 'format' was renamed to 'parsed' in 0d50586a9d31
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 18 Nov 2010 19:52:58 -0200
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', [])