diff -r 509083f54e52 -r 25e9c71b89de hgext/gpg.py --- a/hgext/gpg.py Mon Jun 01 14:11:19 2009 -0500 +++ b/hgext/gpg.py Mon Jun 01 14:11:32 2009 -0500 @@ -256,7 +256,7 @@ for n in nodes]) try: m = match.exact(['.hgsigs']) - repo.commit(None, message, opts['user'], opts['date'], match=m) + repo.commit(message, opts['user'], opts['date'], match=m) except ValueError, inst: raise util.Abort(str(inst))