'input', ); } public function getSupportedRevisionControlSystems() { return array('git', 'hg'); } public function run() { echo pht( 'Please use `%s` instead.', 'arc backout')."\n"; return 1; } }