tweak
[mw] / src / mw / clicommands.py
index 3be6da394fec01f618cf5afc11e42805e56f88fd..1f90be43acd0e26f14a20faa1699704fa2ddf121 100644 (file)
@@ -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')

Benjamin Mako Hill || Want to submit a patch?