Mercurial > public > mercurial-scm > hg-stable
diff hgext/gpg.py @ 5475:3aa5c45874c6
gpg: use the same log message format as hg tag
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 20 Oct 2007 03:04:34 +0200 |
parents | c80af96943aa |
children | 989467e8e3a9 |
line wrap: on
line diff
--- a/hgext/gpg.py Fri Oct 19 18:25:28 2007 -0500 +++ b/hgext/gpg.py Sat Oct 20 03:04:34 2007 +0200 @@ -249,7 +249,7 @@ message = opts['message'] if not message: message = "\n".join([_("Added signature for changeset %s") - % hgnode.hex(n) + % hgnode.short(n) for n in nodes]) try: repo.commit([".hgsigs"], message, opts['user'], opts['date'])