Forgot to include the edit summary
authorIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 08:22:48 +0000 (03:22 -0500)
committerIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 08:22:48 +0000 (03:22 -0500)
src/mw/clicommands.py

index ee863b1cb1b36c3c11170d4a09379d6721396bed..92a852c9e2dd6684bb2d8347899814bc4bd1295d 100644 (file)
@@ -232,6 +232,7 @@ class CommitCommand(CommandBase):
                         'token': edittoken,
                         'text': text,
                         'md5': textmd5,
                         'token': edittoken,
                         'text': text,
                         'md5': textmd5,
+                        'summary': edit_summary,
                 }
                 response = self.api.call(data)
                 if response['edit']['result'] == 'Success':
                 }
                 response = self.api.call(data)
                 if response['edit']['result'] == 'Success':

Benjamin Mako Hill || Want to submit a patch?