dachary added a comment.

The mergeInto allows bot=True since it pass all kwargs to mergeItems regardless.

def mergeInto(self, item, **kwargs):
    """
    Merge the item into another item.

    @param item: The item to merge into
    @type item: pywikibot.ItemPage
    """
    self.repo.mergeItems(fromItem=self, toItem=item, **kwargs)

TASK DETAIL
https://phabricator.wikimedia.org/T138287

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dachary
Cc: dachary, Aklapper, TerraCodes, Ladsgroup, Zppix, matej_suchanek, pywikibot-bugs-list, Mdupont, jayvdb, Ricordisamoa
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to