Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistCommitWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Executes "svn commit" once a revision has been "Accepted". | * Executes "svn commit" once a revision has been "Accepted". | ||||
| */ | */ | ||||
| final class ArcanistCommitWorkflow extends ArcanistBaseWorkflow { | final class ArcanistCommitWorkflow extends ArcanistWorkflow { | ||||
| private $revisionID; | private $revisionID; | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'commit'; | return 'commit'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| ▲ Show 20 Lines • Show All 323 Lines • Show Last 20 Lines | |||||