jenkins-bot has submitted this change and it was merged.
Change subject: [DOC] Update help doc for compat2core script ......................................................................
[DOC] Update help doc for compat2core script
maintenance folder is used by the pwb wrapper since I02ed7a5e533e thus the folder name may be omitted.
Change-Id: I8dde07e75c9e93d2a1bf2d28e1befe0d06d15f0d --- M scripts/maintenance/compat2core.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/maintenance/compat2core.py b/scripts/maintenance/compat2core.py index de59ee0..f14d343 100755 --- a/scripts/maintenance/compat2core.py +++ b/scripts/maintenance/compat2core.py @@ -18,11 +18,11 @@
to convert a script and show warnings about deprecated methods:
- python pwb.py maintenance/compat2core <scriptname> + python pwb.py compat2core <scriptname>
to show warnings about deprecated methods:
- python pwb.py maintenance/compat2core <scriptname> -warnonly + python pwb.py compat2core <scriptname> -warnonly """ # # (C) xqt, 2014-2015
pywikibot-commits@lists.wikimedia.org