tests/test-hg-parseurl.py.out
author Brodie Rao <brodie@bitheap.org>
Wed, 30 Mar 2011 20:00:24 -0700
changeset 13816 2540f8087e02
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
url: special case bundle URL parsing to preserve backwards compatibility This allows bundle://../foo to continue to refer to the relative path ../foo (bundle URLs do not take host names).

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