tests/test-hg-parseurl.py.out
author Wagner Bruna <wbruna@softwareexpress.com.br>
Thu, 18 Nov 2010 19:52:58 -0200
branchstable
changeset 13020 ea3bada953d3
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
templater: fix variable name 'format' was renamed to 'parsed' in 0d50586a9d31

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