gpg: lowercase messages

This commit is contained in:
Martin Geisler 2012-06-12 14:18:18 +02:00
parent 44e8631986
commit 955b598654
2 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@ def check(ui, repo, rev):
keys.extend(k)
if not keys:
ui.write(_("No valid signature for %s\n") % hgnode.short(rev))
ui.write(_("no valid signature for %s\n") % hgnode.short(rev))
return
# print summary
@ -237,7 +237,7 @@ def sign(ui, repo, *revs, **opts):
for n in nodes:
hexnode = hgnode.hex(n)
ui.write(_("Signing %d:%s\n") % (repo.changelog.rev(n),
ui.write(_("signing %d:%s\n") % (repo.changelog.rev(n),
hgnode.short(n)))
# build data
data = node2txt(repo, n, sigver)

View File

@ -17,7 +17,7 @@ Test the GPG extension
$ hg sigs
$ hg sign 0
Signing 0:e63c23eaa88a
signing 0:e63c23eaa88a
$ hg sigs
hgtest 0:e63c23eaa88ae77967edcf4ea194d31167c478b0