Mercurial > hg
changeset 30710:7e95e70bad57
cmdutil: add missing "i18n" comment about "trouble: " line
Follow-up on f05ede08dcf7 per late review.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Fri, 06 Jan 2017 12:36:21 +0100 |
parents | a932297febb7 |
children | c03627d87d9d |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Fri Jan 06 09:58:41 2017 +0100 +++ b/mercurial/cmdutil.py Fri Jan 06 12:36:21 2017 +0100 @@ -1261,6 +1261,7 @@ label='log.date') if ctx.troubled(): + # i18n: column positioning for "hg log" self.ui.write(_("trouble: %s\n") % ', '.join(ctx.troubles()), label='ui.note log.trouble')