1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 14:52: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:
Bob Trahan 2014-03-11 15:21:46 -07:00
parent a2706f6539
commit 37dac61131

View file

@ -26,6 +26,10 @@ final class ArcanistLandWorkflow extends ArcanistBaseWorkflow {
private $revision;
private $messageFile;
public function getRevisionDict() {
return $this->revision;
}
public function getWorkflowName() {
return 'land';
}