diff -r cf2156932f75 -r 7922004a46b8 hgext/gpg.py --- 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)