Differential D17191 Diff 41341 src/applications/differential/xaction/DifferentialRevisionPlanChangesTransaction.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/xaction/DifferentialRevisionPlanChangesTransaction.php
| Show All 21 Lines | final class DifferentialRevisionPlanChangesTransaction | ||||
| public function getColor() { | public function getColor() { | ||||
| return 'red'; | return 'red'; | ||||
| } | } | ||||
| protected function getRevisionActionOrder() { | protected function getRevisionActionOrder() { | ||||
| return 200; | return 200; | ||||
| } | } | ||||
| public function getActionName() { | |||||
| return pht('Planned Changes'); | |||||
| } | |||||
| public function getCommandKeyword() { | public function getCommandKeyword() { | ||||
| return 'planchanges'; | return 'planchanges'; | ||||
| } | } | ||||
| public function getCommandAliases() { | public function getCommandAliases() { | ||||
| return array( | return array( | ||||
| 'rethink', | 'rethink', | ||||
| ); | ); | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||