Mercurial > hg
changeset 5491:f00ed7c5877b
Merge with crew-stable
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 25 Oct 2007 00:09:13 +0200 |
parents | 3aa5c45874c6 (diff) b3afa6725082 (current diff) |
children | dd5ca84ed868 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/gpg.py Wed Oct 24 22:15:45 2007 +0200 +++ b/hgext/gpg.py Thu Oct 25 00:09:13 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'])