1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-29 17:00:58 +01:00

(stable) Promote 2016 Week 25

This commit is contained in:
epriestley 2016-06-18 09:23:54 -07:00
commit 18b27b03fa

View file

@ -1815,12 +1815,7 @@ EOTEXT
}
$reviewers = $message->getFieldValue('reviewerPHIDs');
if (!$reviewers) {
$confirm = pht('You have not specified any reviewers. Continue anyway?');
if (!phutil_console_confirm($confirm)) {
throw new ArcanistUsageException(pht('Specify reviewers and retry.'));
}
} else {
if ($reviewers) {
$futures['reviewers'] = $this->getConduit()->callMethod(
'user.query',
array(