view tests/test-hg-parseurl.py.out @ 12920:1fab4970354e

keyword: function to look up changectx for expansion Similarly rename variable in kwtemplater.overwrite().
author Christian Ebert <blacktrash@gmx.net>
date Wed, 03 Nov 2010 14:37:41 +0100
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', [])