Mercurial > public > mercurial-scm > hg
comparison mercurial/cmdutil.py @ 30720:32f160ceb99d
log: drop unnecessary ui.note label from "trouble: " line
Follow-up on f05ede08dcf7 and 6d0b1a69f98c.
author | Denis Laxalde <denis@laxalde.org> |
---|---|
date | Sat, 07 Jan 2017 12:07:56 +0100 |
parents | 7e95e70bad57 |
children | ee47e951c6f9 |
comparison
equal
deleted
inserted
replaced
30719:42c75b4fa46a | 30720:32f160ceb99d |
---|---|
1261 label='log.date') | 1261 label='log.date') |
1262 | 1262 |
1263 if ctx.troubled(): | 1263 if ctx.troubled(): |
1264 # i18n: column positioning for "hg log" | 1264 # i18n: column positioning for "hg log" |
1265 self.ui.write(_("trouble: %s\n") % ', '.join(ctx.troubles()), | 1265 self.ui.write(_("trouble: %s\n") % ', '.join(ctx.troubles()), |
1266 label='ui.note log.trouble') | 1266 label='log.trouble') |
1267 | 1267 |
1268 if self.ui.debugflag: | 1268 if self.ui.debugflag: |
1269 files = ctx.p1().status(ctx)[:3] | 1269 files = ctx.p1().status(ctx)[:3] |
1270 for key, value in zip([# i18n: column positioning for "hg log" | 1270 for key, value in zip([# i18n: column positioning for "hg log" |
1271 _("files:"), | 1271 _("files:"), |