r63735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63734‎ | r63735 | r63736 >
Date:11:45, 14 March 2010
Author:happydog
Status:ok
Tags:
Comment:
Fixing up r62955 - changing tabs to spaces, as suggested by NikeRabbit (http://www.mediawiki.org/wiki/Special:Code/MediaWiki/62955#c6020). As he pointed out, the original commit should have been to trunk. I ported it there in r63734, and that port already includes the tab -> space fix being committed here.
Modified paths:
  • /branches/REL1_16/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/maintenance/Maintenance.php
@@ -591,11 +591,11 @@
592592 $this->output( "$output\n" );
593593 foreach( $this->mParams as $par => $info ) {
594594 $this->output( wordwrap( "$tab$par : " . $info['desc'], $descWidth,
595 - "\n$tab$tab" ) . "\n" );
 595+ "\n$tab$tab" ) . "\n" );
596596 }
597597 foreach( $this->mArgList as $info ) {
598598 $this->output( wordwrap( "$tab<" . $info['name'] . "> : " .
599 - $info['desc'], $descWidth, "\n$tab$tab" ) . "\n" );
 599+ $info['desc'], $descWidth, "\n$tab$tab" ) . "\n" );
600600 }
601601 die( 1 );
602602 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62955Update to the maybeHelp() function in Maintenance.php, to tidy the way help o...happydog11:56, 25 February 2010
r63734Porting my update to the maybeHelp() function in Maintenance.php into the tru...happydog11:38, 14 March 2010

Status & tagging log