view tests/test-hg-parseurl.py.out @ 24405:cbe9d50d9e65

treemanifest: make filesnotin() faster Same rationale as the previous change.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 03 Mar 2015 13:50:06 -0800
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', [])