mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Make Arcanist understand a phid-based response from
differential.parsecommitmessage.
This commit is contained in:
parent
6082b89eb4
commit
f938293ea8
1 changed files with 2 additions and 1 deletions
|
@ -729,7 +729,8 @@ EOTEXT
|
|||
}
|
||||
|
||||
if ($blessed) {
|
||||
if (!$blessed->getFieldValue('reviewerGUIDs')) {
|
||||
if (!$blessed->getFieldValue('reviewerGUIDs') &&
|
||||
!$blessed->getFieldValue('reviewerPHIDs')) {
|
||||
$message = "You have not specified any reviewers. Continue anyway?";
|
||||
if (!phutil_console_confirm($message)) {
|
||||
throw new ArcanistUsageException('Specify reviewers and retry.');
|
||||
|
|
Loading…
Reference in a new issue