Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistAmendWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Synchronizes commit messages from Differential. | * Synchronizes commit messages from Differential. | ||||
| */ | */ | ||||
| final class ArcanistAmendWorkflow extends ArcanistBaseWorkflow { | final class ArcanistAmendWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'amend'; | return 'amend'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **amend** [--revision __revision_id__] [--show] | **amend** [--revision __revision_id__] [--show] | ||||
| ▲ Show 20 Lines • Show All 181 Lines • Show Last 20 Lines | |||||