Changeset View
Changeset View
Standalone View
Standalone View
src/configuration/ArcanistSettings.php
| Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | $legacy_builtins = array( | ||||
| 'unit.engine' => array( | 'unit.engine' => array( | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'legacy' => 'unit_engine', | 'legacy' => 'unit_engine', | ||||
| 'help' => pht( | 'help' => pht( | ||||
| 'The name of a default unit test engine to use, if no unit test '. | 'The name of a default unit test engine to use, if no unit test '. | ||||
| 'engine is specified by the current project.'), | 'engine is specified by the current project.'), | ||||
| 'example' => '"ExampleUnitTestEngine"', | 'example' => '"ExampleUnitTestEngine"', | ||||
| ), | ), | ||||
| 'arc.feature.start.default' => array( | |||||
| 'type' => 'string', | |||||
| 'help' => pht( | |||||
| 'The name of the default branch to create the new feature branch '. | |||||
| 'off of.'), | |||||
| 'example' => '"develop"', | |||||
| ), | |||||
| 'arc.land.onto.default' => array( | 'arc.land.onto.default' => array( | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'help' => pht( | 'help' => pht( | ||||
| 'The name of the default branch to land changes onto when '. | 'The name of the default branch to land changes onto when '. | ||||
| '`%s` is run.', | '`%s` is run.', | ||||
| 'arc land'), | 'arc land'), | ||||
| 'example' => '"develop"', | 'example' => '"develop"', | ||||
| ), | ), | ||||
| ▲ Show 20 Lines • Show All 240 Lines • Show Last 20 Lines | |||||