tests/test-hg-parseurl.py.out
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 06 Jan 2017 14:35:22 +0100
changeset 30715 7b526670f540
parent 13897 375872fdadba
permissions -rw-r--r--
summary: add evolution "troubles" information to summary output Extend the "parent: " lines in summary with the list of evolution "troubles" in parentheses, when the parent is troubled.

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