diff mercurial/cmdutil.py @ 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 5c85c93cdd61
children 32f160ceb99d
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')