tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 29 Jan 2013 15:25:33 +0100
branchstable
changeset 18499 d07834e52b4e
parent 13897 375872fdadba
permissions -rw-r--r--
test-obsolete: validate that bundle is not affected by issue3788 Bundle might have been affected by the same kind of error than pull (issue3788). Testing show it is not the case.

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