tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 24 Sep 2012 15:46:01 +0200
changeset 17687 8853f37b1e62
parent 13897 375872fdadba
permissions -rw-r--r--
histedit-test: make test-fold more verbose This helps to check the validity of fold result and debug potential issue.

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