diff -r d427fd97c9d5 -r 9a5d797d25be tests/test-topic-list.t --- a/tests/test-topic-list.t Tue Aug 16 15:43:06 2016 +0200 +++ b/tests/test-topic-list.t Tue Aug 23 23:38:28 2016 +0200 @@ -173,10 +173,10 @@ verbose $ hg topic --verbose - bar (5 changesets, 1 troubled, 2 heads) - baz (2 changesets, 2 behind) - * foo (2 changesets, ambiguous destination) - fuz (3 changesets, 2 troubled, 1 behind) + bar (on branch: default, 5 changesets, 1 troubled, 2 heads) + baz (on branch: default, 2 changesets, 2 behind) + * foo (on branch: lake, 2 changesets, ambiguous destination) + fuz (on branch: default, 3 changesets, 2 troubled, 1 behind) json @@ -206,6 +206,7 @@ [ { "active": false, + "branches+": "default", "changesetcount": 5, "headcount": 2, "topic": "bar", @@ -214,18 +215,21 @@ { "active": false, "behindcount": 2, + "branches+": "default", "changesetcount": 2, "topic": "baz" }, { "active": true, "behinderror": "ambiguous destination", + "branches+": "lake", "changesetcount": 2, "topic": "foo" }, { "active": false, "behindcount": 1, + "branches+": "default", "changesetcount": 3, "topic": "fuz", "troubledcount": 2