Show More
@@ -180,7 +180,7 b' def check(ui, repo, rev):' | |||
|
180 | 180 | keys.extend(k) |
|
181 | 181 | |
|
182 | 182 | if not keys: |
|
183 |
ui.write(_(" |
|
|
183 | ui.write(_("no valid signature for %s\n") % hgnode.short(rev)) | |
|
184 | 184 | return |
|
185 | 185 | |
|
186 | 186 | # print summary |
@@ -237,7 +237,7 b' def sign(ui, repo, *revs, **opts):' | |||
|
237 | 237 | |
|
238 | 238 | for n in nodes: |
|
239 | 239 | hexnode = hgnode.hex(n) |
|
240 |
ui.write(_(" |
|
|
240 | ui.write(_("signing %d:%s\n") % (repo.changelog.rev(n), | |
|
241 | 241 | hgnode.short(n))) |
|
242 | 242 | # build data |
|
243 | 243 | data = node2txt(repo, n, sigver) |
General Comments 0
You need to be logged in to leave comments.
Login now