Mercurial > hg
changeset 27117:ad2627f4af27
gpg: rename sigcheck function
I see no reason for the function not to be sigcheck ...
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 25 Nov 2015 06:10:54 +0000 |
parents | 0214cc0a0e97 |
children | 7a95c1e07487 |
files | hgext/gpg.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/gpg.py Tue Nov 24 18:40:16 2015 -0500 +++ b/hgext/gpg.py Wed Nov 25 06:10:54 2015 +0000 @@ -168,7 +168,7 @@ ui.write("%-30s %s\n" % (keystr(ui, k), r)) @command("sigcheck", [], _('hg sigcheck REV')) -def check(ui, repo, rev): +def sigcheck(ui, repo, rev): """verify all the signatures there may be for a particular revision""" mygpg = newgpg(ui) rev = repo.lookup(rev)