r113086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113085‎ | r113086 | r113087 >
Date:21:20, 5 March 2012
Author:reedy
Status:ok
Tags:
Comment:
MFT r113085 because the output is annoying me
Modified paths:
  • /branches/REL1_19/phase3 (modified) (history)
  • /branches/REL1_19/phase3/maintenance/cleanupUploadStash.php (modified) (history)
  • /branches/wmf/1.19wmf1 (modified) (history)
  • /branches/wmf/1.19wmf1/maintenance/cleanupUploadStash.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/maintenance/cleanupUploadStash.php
@@ -51,7 +51,7 @@
5252 );
5353
5454 if( !is_object( $res ) || $res->numRows() == 0 ) {
55 - $this->output( 'No files to cleanup!' );
 55+ $this->output( "No files to cleanup!\n" );
5656 // nothing to do.
5757 return;
5858 }
Property changes on: branches/wmf/1.19wmf1
___________________________________________________________________
Modified: svn:mergeinfo
5959 Merged /trunk/phase3:r113085
Index: branches/REL1_19/phase3/maintenance/cleanupUploadStash.php
@@ -51,7 +51,7 @@
5252 );
5353
5454 if( !is_object( $res ) || $res->numRows() == 0 ) {
55 - $this->output( 'No files to cleanup!' );
 55+ $this->output( "No files to cleanup!\n" );
5656 // nothing to do.
5757 return;
5858 }
Property changes on: branches/REL1_19/phase3
___________________________________________________________________
Modified: svn:mergeinfo
5959 Merged /trunk/phase3:r113085

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113085Appending a newline at the end of the message results in a much nicer console...reedy21:14, 5 March 2012

Status & tagging log