From: reagle Date: Thu, 3 Feb 2011 13:53:11 +0000 (-0500) Subject: tweak X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/9769c3fc3b561dbcd79e61c2be9d243b6deac450 tweak --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 3be6da3..1f90be4 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -347,7 +347,7 @@ class CommitCommand(CommandBase): self.metadir.pages_add_rv(int(pageid), response[pageid]['revisions'][0]) # need to write latest rev to file too, as text may be changed - # such as a signature + # such as a sig, e.g., -~ => -[[User:Reagle|Reagle]] with file(full_filename, 'w') as fd: data = response[pageid]['revisions'][0]['*'] data = data.encode('utf-8')