r77357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77356‎ | r77357 | r77358 >
Date:15:03, 27 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Add to description, change $$ to $
Modified paths:
  • /trunk/extensions/CodeReview/bulkStatusUpdate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/bulkStatusUpdate.php
@@ -14,7 +14,7 @@
1515 $this->addArg( 'repo', 'The name of the repo. Cannot be all. Repos:'
1616 . implode( ", ", CodeRepository::getRepoList() ) );
1717 $this->addArg( 'revisions', "The revisions to set status for. Format: start:end" );
18 - $this->addArg( 'status', implode( ", ", CodeRevision::getPossibleStates() ) );
 18+ $this->addArg( 'status', "Code Status: " . implode( ", ", CodeRevision::getPossibleStates() ) );
1919 $this->addArg( 'user', "Username for whom to accredit the state changes to." .
2020 "The User needs to have the 'codereview-set-status' right" );
2121 }
@@ -28,7 +28,7 @@
2929
3030 $repo = CodeRepository::newFromName( $repoName );
3131 if ( !$repo ) {
32 - $this->error( "Repo '{$$repoName}' is not a valid Repository", true );
 32+ $this->error( "Repo '{$repoName}' is not a valid Repository", true );
3333 }
3434
3535 $revisions = $this->getArg( 1 );

Status & tagging log