mercurial/cmdutil.py
changeset 30720 32f160ceb99d
parent 30710 7e95e70bad57
child 30724 ee47e951c6f9
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:"),