mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 08:42:40 +01:00
Arcanist - add revision data to TYPE_LAND_WILLPUSHREVISION event
Summary: pretty straight-forward stuff here. Note that in other events we use "fields" or "specification" rather than "revision"; I think "revision" is best particularly in this context where it is in fact the revision being landed. Fixes T4565. Test Plan: php -l Reviewers: epriestley Reviewed By: epriestley Subscribers: aran, epriestley, Korvin Maniphest Tasks: T4565 Differential Revision: https://secure.phabricator.com/D8484
This commit is contained in:
parent
a2706f6539
commit
37dac61131
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ final class ArcanistLandWorkflow extends ArcanistBaseWorkflow {
|
||||||
private $revision;
|
private $revision;
|
||||||
private $messageFile;
|
private $messageFile;
|
||||||
|
|
||||||
|
public function getRevisionDict() {
|
||||||
|
return $this->revision;
|
||||||
|
}
|
||||||
|
|
||||||
public function getWorkflowName() {
|
public function getWorkflowName() {
|
||||||
return 'land';
|
return 'land';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue