This is to make fixing after the script easier (=without the need of eval.php). See T210752#5167695 for more information.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
Who needs to use eval.php?
Just comment out large blocks of the code, and re-run it...
Aaron did some amount of this in https://github.com/wikimedia/mediawiki-extensions-WikimediaMaintenance/commit/8e5382f75f608a0da3709615a6ea933392664468#diff-c2cbc3a14b46d0c8e0ee62091f5b07b8
Comment Actions
Commenting out production code in the maintenance node is not clean, It would be great to move the parts to methods and then have an option for skipping or only running one part.