tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 11 Apr 2017 00:03:11 +0200
changeset 31904 3c77f03f16b3
parent 13897 375872fdadba
permissions -rw-r--r--
upgrade: simplify the "origin" dispatch in dry run We could compute the final set we need directly.

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