Mercurial > evolve
comparison hgext3rd/topic/stack.py @ 2997:a61634f52742
topic: try to clarify the "branch" part in stack
The idea is to clarify the meaning of "behind" with using the "target" word.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 24 Sep 2017 11:30:14 +0200 |
parents | 7759d040d48d |
children | b185beb94df5 |
comparison
equal
deleted
inserted
replaced
2996:7cc79fc0e637 | 2997:a61634f52742 |
---|---|
225 fm.plain(' (') | 225 fm.plain(' (') |
226 fm.plain('%d heads' % data['headcount'], | 226 fm.plain('%d heads' % data['headcount'], |
227 label='topic.stack.summary.headcount.multiple') | 227 label='topic.stack.summary.headcount.multiple') |
228 fm.plain(')') | 228 fm.plain(')') |
229 fm.plain('\n') | 229 fm.plain('\n') |
230 fm.plain(_('### branch: %s') | 230 fm.plain(_('### target: %s (branch)') |
231 % '+'.join(data['branches']), # XXX handle multi branches | 231 % '+'.join(data['branches']), # XXX handle multi branches |
232 label='topic.stack.summary.branches') | 232 label='topic.stack.summary.branches') |
233 if topic is None: | 233 if topic is None: |
234 if 1 < data['headcount']: | 234 if 1 < data['headcount']: |
235 fm.plain(' (') | 235 fm.plain(' (') |