tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 21 Dec 2012 22:58:59 +0100
changeset 18162 df1b37c8ae67
parent 13897 375872fdadba
permissions -rw-r--r--
obsolete: factorise troubles detection during push The use of the two methods introduced earlier allows a factorisation of the push code preventing push of troubled changeset.

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