Mercurial > hg
view tests/test-hg-parseurl.py.out @ 34513:34fcb0f66837
request: use trivial iterator over dictionary keys
Differential Revision: https://phab.mercurial-scm.org/D968
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 05 Oct 2017 14:26:09 -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', [])