From bdb2eb249783486e19d14df944e72f2dd89588d1 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Sun, 14 Mar 2010 03:22:48 -0500 Subject: [PATCH 1/1] Forgot to include the edit summary --- src/mw/clicommands.py | 1 + 1 file changed, 1 insertion(+) 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': -- 2.30.2