changeset 2997 | a61634f52742 |
parent 2939 | 7759d040d48d |
child 3044 | b185beb94df5 |
--- a/hgext3rd/topic/stack.py Tue Sep 26 13:01:21 2017 +0200 +++ b/hgext3rd/topic/stack.py Sun Sep 24 11:30:14 2017 +0200 @@ -227,7 +227,7 @@ label='topic.stack.summary.headcount.multiple') fm.plain(')') fm.plain('\n') - fm.plain(_('### branch: %s') + fm.plain(_('### target: %s (branch)') % '+'.join(data['branches']), # XXX handle multi branches label='topic.stack.summary.branches') if topic is None: