r77788 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77787‎ | r77788 | r77789 >
Date:10:15, 5 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Minor followup to r77786, drop verified status from bulkStatusUpdate.php too
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.' );
1616 $this->addArg( 'revisions', "The revisions to set status for. Format: start:end" );
1717 $this->addArg( 'status', "Code States: 'new', 'fixme', 'reverted', "
18 - . "'resolved', 'ok', 'verified', 'deferred', 'old'" );
 18+ . "'resolved', 'ok', 'deferred', 'old'" );
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 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77786So long, verified!...reedy10:11, 5 December 2010

Status & tagging log