hgext/gpg.py
changeset 8706 25e9c71b89de
parent 8701 02a12835b17e
child 8778 c5f36402daad
--- 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))