view tests/test-hg-parseurl.py.out @ 14659:4392594746f6

config: undo change of empty line definition We don't allow spaces in front of comment markers
author Matt Mackall <mpm@selenic.com>
date Fri, 17 Jun 2011 15:36:56 -0500
parents 375872fdadba
children
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', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])