"Valhallasw" changed the status of pywikipedia.r9876 to "fixme" and commented 
it.
URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9876#c30609

Old Status: new
> New Status: fixme

Commit summary for pywikipedia.r9876:

With -hist, action "move" will write the edit history of old cat to the talk 
page of new cat for improved respect for copyright (not i18nized yet)

Valhallasw's comment:

@@ -888,8 +919,10 @@
             talkPages = True
         elif arg == '-recurse':
             recurse = True
+        elif arg == '-hist':
+            create_pages = True
         elif arg == '-create':
-            create_pages = True
+            withHistory = True

doesn't look correct to me: -create now sets withHistory=True, -hist 
create_pages=True.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to