jenkins-bot has submitted this change and it was merged.
Change subject: (bug 65313) deny cosmetic changes with touch edit of newitems.py ......................................................................
(bug 65313) deny cosmetic changes with touch edit of newitems.py
Change-Id: I5cacc15f1653896b6f99f61970854a75d9672cbd --- M pywikibot/config2.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/config2.py b/pywikibot/config2.py index 757905f..4424e89 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -569,7 +569,7 @@ # Appending the script name also works: # cosmetic_changes_deny_script.append('your_script_name') cosmetic_changes_deny_script = ['category_redirect', 'cosmetic_changes', - 'touch'] + 'newitem', 'touch']
# ############# REPLICATION BOT ################ # You can add replicate_replace to your user_config.py, which has the following
pywikibot-commits@lists.wikimedia.org