view tests/test-hg-parseurl.py.out @ 13809:e6f795494d4f

changegroup: add first logic to send file header This will allow us to later change how we filter needed file nodes
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Mar 2011 17:50:27 -0500
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', [])