Followup r80205: scripts using commandLine.inc were failing the shouldExecute() check...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 14 Jan 2011 02:13:30 +0000 (02:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 14 Jan 2011 02:13:30 +0000 (02:13 +0000)
commit16467d576f5c9861c64f41be6412e5672b012ab9
tree6830d6a9f4ad8f1feddce6f9a5e078c6a2d2a4c9
parentefb1de9213788d01e35b8097b97773ac653b22a3
Followup r80205: scripts using commandLine.inc were failing the shouldExecute() check due to extra require()s.

Scripts using this entry point cannot be included standalone for uses as classes, they will always execute.

But then again, if you're not subclassing Maintenance then why are you bothering to write a class in a command line script?
maintenance/doMaintenance.php