Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistRevertWorkflow.php
| Show All 28 Lines | public function getArguments() { | ||||
| ); | ); | ||||
| } | } | ||||
| public function getSupportedRevisionControlSystems() { | public function getSupportedRevisionControlSystems() { | ||||
| return array('git', 'hg'); | return array('git', 'hg'); | ||||
| } | } | ||||
| public function run() { | public function run() { | ||||
| echo pht('Please use `%s` instead.', 'arc backout')."\n"; | echo pht( | ||||
| 'Please use `%s` instead.', | |||||
| 'arc backout')."\n"; | |||||
| return 1; | return 1; | ||||
| } | } | ||||
| } | } | ||||