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