Siebrand has submitted this change and it was merged. Change subject: Add support from casechecker.py and commons_link.py ......................................................................
Add support from casechecker.py and commons_link.py Change-Id: Ie4d42eec4d9a9703323ae4d9f363056c4f2a5111 --- M groups/Pywikibot/Pywikibot.yaml 1 file changed, 18 insertions(+), 0 deletions(-) Approvals: Siebrand: Verified; Looks good to me, approved diff --git a/groups/Pywikibot/Pywikibot.yaml b/groups/Pywikibot/Pywikibot.yaml index 305c812..46194ba 100644 --- a/groups/Pywikibot/Pywikibot.yaml +++ b/groups/Pywikibot/Pywikibot.yaml @@ -109,6 +109,15 @@ targetPattern: pywikibot/capitalize_redirects.py --- BASIC: + id: out-pywikipedia-casechecker + label: Pywikibot Casechecker + +FILES: + sourcePattern: %GROUPROOT%/pywikibot/casechecker.py + definitionFile: %GROUPROOT%/pywikibot/casechecker.py + targetPattern: pywikibot/casechecker.py +--- +BASIC: id: out-pywikipedia-catall label: Pywikibot Catall @@ -154,6 +163,15 @@ targetPattern: pywikibot/commons.py --- BASIC: + id: out-pywikipedia-commonslink + label: Pywikibot Commons Link + +FILES: + sourcePattern: %GROUPROOT%/pywikibot/commons_link.py + definitionFile: %GROUPROOT%/pywikibot/commons_link.py + targetPattern: pywikibot/commons_link.py +--- +BASIC: id: out-pywikipedia-cosmeticchanges label: Pywikibot Cosmetic Changes -- To view, visit https://gerrit.wikimedia.org/r/101675 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie4d42eec4d9a9703323ae4d9f363056c4f2a5111 Gerrit-PatchSet: 3 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
