Differential D17191 Diff 41341 src/applications/differential/xaction/DifferentialRevisionAbandonTransaction.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/xaction/DifferentialRevisionAbandonTransaction.php
| Show All 20 Lines | final class DifferentialRevisionAbandonTransaction | ||||
| public function getColor() { | public function getColor() { | ||||
| return 'indigo'; | return 'indigo'; | ||||
| } | } | ||||
| protected function getRevisionActionOrder() { | protected function getRevisionActionOrder() { | ||||
| return 500; | return 500; | ||||
| } | } | ||||
| public function getActionName() { | |||||
| return pht('Abandoned'); | |||||
| } | |||||
| public function getCommandKeyword() { | public function getCommandKeyword() { | ||||
| return 'abandon'; | return 'abandon'; | ||||
| } | } | ||||
| public function getCommandAliases() { | public function getCommandAliases() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||