tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Thu, 24 Mar 2011 17:16:30 -0500
changeset 13781 66c54d2ebe72
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
changegroup: drop unused fullrev This is unfinished and unused and complicates expanding the wire protocol.

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', [])