Show More
@@ -3561,7 +3561,8 b' def summary(orig, ui, repo, *args, **kwa' | |||||
3561 | if u: |
|
3561 | if u: | |
3562 | m.append(ui.label(_("%d unapplied"), 'qseries.unapplied') % u) |
|
3562 | m.append(ui.label(_("%d unapplied"), 'qseries.unapplied') % u) | |
3563 | if m: |
|
3563 | if m: | |
3564 | ui.write("mq: %s\n" % ', '.join(m)) |
|
3564 | # i18n: column positioning for "hg summary" | |
|
3565 | ui.write(_("mq: %s\n") % ', '.join(m)) | |||
3565 | else: |
|
3566 | else: | |
3566 | # i18n: column positioning for "hg summary" |
|
3567 | # i18n: column positioning for "hg summary" | |
3567 | ui.note(_("mq: (empty queue)\n")) |
|
3568 | ui.note(_("mq: (empty queue)\n")) |
@@ -62,9 +62,6 b'' | |||||
62 | hgext/hgk.py:0: |
|
62 | hgext/hgk.py:0: | |
63 | > ui.write("tree %s\n" % short(ctx.changeset()[0])) |
|
63 | > ui.write("tree %s\n" % short(ctx.changeset()[0])) | |
64 | warning: unwrapped ui message |
|
64 | warning: unwrapped ui message | |
65 | hgext/mq.py:0: |
|
|||
66 | > ui.write("mq: %s\n" % ', '.join(m)) |
|
|||
67 | warning: unwrapped ui message |
|
|||
68 | hgext/patchbomb.py:0: |
|
65 | hgext/patchbomb.py:0: | |
69 | > ui.write('Subject: %s\n' % subj) |
|
66 | > ui.write('Subject: %s\n' % subj) | |
70 | warning: unwrapped ui message |
|
67 | warning: unwrapped ui message |
General Comments 0
You need to be logged in to leave comments.
Login now