Mercurial > hg
changeset 16927:7922004a46b8
gpg: lowercase messages
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 12 Jun 2012 14:18:18 +0200 |
parents | cf2156932f75 |
children | 73b9286e667c |
files | hgext/gpg.py tests/test-gpg.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/gpg.py Tue Jun 12 14:18:18 2012 +0200 +++ b/hgext/gpg.py Tue Jun 12 14:18:18 2012 +0200 @@ -180,7 +180,7 @@ 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 @@ 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)