view tests/test-hg-parseurl.py.out @ 34629:2c79a5a0c7f3

bdiff: remove extra space after * per clang-format Differential Revision: https://phab.mercurial-scm.org/D1006
author Augie Fackler <augie@google.com>
date Wed, 04 Oct 2017 10:49:34 -0400
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', [])