Show More
@@ -1263,7 +1263,7 b' class changeset_printer(object):' | |||||
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=' |
|
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] |
@@ -66,7 +66,7 b' summary = \'{if(desc|strip, "{label(\'log.' | |||||
66 | ldate = '{label("log.date", |
|
66 | ldate = '{label("log.date", | |
67 | "date: {date|date}")}\n' |
|
67 | "date: {date|date}")}\n' | |
68 |
|
68 | |||
69 |
ltroubles = '{if(troubles, "{label(' |
|
69 | ltroubles = '{if(troubles, "{label('log.trouble', | |
70 | 'trouble: {join(troubles, ", ")}')}\n")}' |
|
70 | 'trouble: {join(troubles, ", ")}')}\n")}' | |
71 |
|
71 | |||
72 | extra = '{label("ui.debug log.extra", |
|
72 | extra = '{label("ui.debug log.extra", |
General Comments 0
You need to be logged in to leave comments.
Login now