diff -r 6176ca261f86 -r 9dda4c73fc3b hgext/gpg.py --- a/hgext/gpg.py Wed Jun 24 13:10:05 2009 +0200 +++ b/hgext/gpg.py Wed Jun 24 13:42:02 2009 +0200 @@ -3,7 +3,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -'''sign and verify changesets''' +'''commands to sign and verify changesets''' import os, tempfile, binascii from mercurial import util, commands, match