# HG changeset patch # User Denis Laxalde # Date 1483702581 -3600 # Node ID 7e95e70bad5778c444f6c050eaf61f4528189af6 # Parent a932297febb754862715a3d00d74c58ead353792 cmdutil: add missing "i18n" comment about "trouble: " line Follow-up on f05ede08dcf7 per late review. diff -r a932297febb7 -r 7e95e70bad57 mercurial/cmdutil.py --- 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')