Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistRevertWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Redirects to `arc backout` workflow. | * Redirects to `arc backout` workflow. | ||||
| */ | */ | ||||
| final class ArcanistRevertWorkflow extends ArcanistBaseWorkflow { | final class ArcanistRevertWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'revert'; | return 'revert'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **revert** | **revert** | ||||
| Show All 23 Lines | |||||