view tests/test-hg-parseurl.py.out @ 13345:b8214d871338

doc: Capitalize the "options" header of mercurial commands
author Javi Merino <cibervicho@gmail.com>
date Sat, 05 Feb 2011 14:37:25 +0000
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', [])