Index: trunk/extensions/CodeReview/repopulateCodePaths.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | |
46 | 46 | $data = array(); |
47 | 47 | 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" ); |
49 | 49 | |
50 | 50 | $data[] = array( |
51 | 51 | 'cp_repo_id' => $repo->getId(), |