Changeset View
Changeset View
Standalone View
Standalone View
src/configuration/ArcanistSettings.php
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | return array( | ||||
| 'off of.'), | 'off of.'), | ||||
| 'example' => '"develop"', | '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"', | ||||
| ), | ), | ||||
| 'arc.land.update.default' => array( | 'arc.land.update.default' => array( | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'help' => pht( | 'help' => pht( | ||||
| 'The default strategy to use when arc land updates the feature '. | 'The default strategy to use when arc land updates the feature '. | ||||
| 'branch. Supports "rebase" and "merge" strategies.'), | 'branch. Supports "rebase" and "merge" strategies.'), | ||||
| 'example' => '"rebase"', | 'example' => '"rebase"', | ||||
| ▲ Show 20 Lines • Show All 250 Lines • Show Last 20 Lines | |||||