From: Ian Weller Date: Sun, 14 Mar 2010 08:22:48 +0000 (-0500) Subject: Forgot to include the edit summary X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/bdb2eb249783486e19d14df944e72f2dd89588d1 Forgot to include the edit summary --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index ee863b1..92a852c 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -232,6 +232,7 @@ class CommitCommand(CommandBase): 'token': edittoken, 'text': text, 'md5': textmd5, + 'summary': edit_summary, } response = self.api.call(data) if response['edit']['result'] == 'Success':