r79387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79386‎ | r79387 | r79388 >
Date:23:40, 31 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Bit more debug output for maintenance script
Modified paths:
  • /trunk/extensions/CodeReview/repopulateCodePaths.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/repopulateCodePaths.php
@@ -44,7 +44,7 @@
4545
4646 $data = array();
4747 foreach ( $res as $row ) {
48 - $this->output( "r{$row->cp_rev_id}\n" );
 48+ $this->output( "r{$row->cp_rev_id}, path: " . $row->cp_path . "\n" );
4949
5050 $data[] = array(
5151 'cp_repo_id' => $repo->getId(),

Status & tagging log