mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
asukhachev's patch for 'arc amend' not being overeager.
This commit is contained in:
parent
628de7d7a1
commit
eb58ed1b8b
1 changed files with 9 additions and 3 deletions
|
@ -130,9 +130,15 @@ EOTEXT
|
||||||
$mark_workflow->run();
|
$mark_workflow->run();
|
||||||
}
|
}
|
||||||
|
|
||||||
echo phutil_console_wrap(
|
$remote_message = ArcanistDifferentialCommitMessage::newFromRawCorpus(
|
||||||
"You may now push this commit upstream, as appropriate (e.g. with ".
|
$message);
|
||||||
"'git push', or 'git svn dcommit', or by printing and faxing it).\n");
|
$remote_message->pullDataFromConduit($conduit);
|
||||||
|
if ($remote_message->getFieldValue('reviewedByGUIDs') ||
|
||||||
|
$remote_message->getFieldValue('reviewedByPHIDs')) {
|
||||||
|
echo phutil_console_wrap(
|
||||||
|
"You may now push this commit upstream, as appropriate (e.g. with ".
|
||||||
|
"'git push', or 'git svn dcommit', or by printing and faxing it).\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue