Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistSvnHookPreCommitWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Installable as an SVN "pre-commit" hook. | * Installable as an SVN "pre-commit" hook. | ||||
| */ | */ | ||||
| final class ArcanistSvnHookPreCommitWorkflow extends ArcanistBaseWorkflow { | final class ArcanistSvnHookPreCommitWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'svn-hook-pre-commit'; | return 'svn-hook-pre-commit'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **svn-hook-pre-commit** __repository__ __transaction__ | **svn-hook-pre-commit** __repository__ __transaction__ | ||||
| ▲ Show 20 Lines • Show All 216 Lines • Show Last 20 Lines | |||||