Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 790 Lines • ▼ Show 20 Lines | // -- Differential ---------------------------------------------------------- // | ||||
| // use 'ignore-all' by default | // use 'ignore-all' by default | ||||
| 'differential.whitespace-matters' => array( | 'differential.whitespace-matters' => array( | ||||
| '/\.py$/', | '/\.py$/', | ||||
| '/\.l?hs$/', | '/\.l?hs$/', | ||||
| ), | ), | ||||
| 'differential.field-selector' => 'DifferentialDefaultFieldSelector', | 'differential.field-selector' => 'DifferentialDefaultFieldSelector', | ||||
| // Differential can show "Host" and "Path" fields on revisions, with | |||||
| // information about the machine and working directory where the | |||||
| // change came from. These fields are disabled by default because they may | |||||
| // occasionally have sensitive information; you can set this to true to | |||||
| // enable them. | |||||
| 'differential.show-host-field' => false, | |||||
| // Differential has a required "Test Plan" field by default, which requires | |||||
| // authors to fill out information about how they verified the correctness of | |||||
| // their changes when sending code for review. If you'd prefer not to use | |||||
| // this field, you can disable it here. You can also make it optional | |||||
| // (instead of required) below. | |||||
| 'differential.show-test-plan-field' => true, | |||||
| // Differential has a required "Test Plan" field by default. You can make it | // Differential has a required "Test Plan" field by default. You can make it | ||||
| // optional by setting this to false. You can also completely remove it above, | // optional by setting this to false. You can also completely remove it above, | ||||
| // if you prefer. | // if you prefer. | ||||
| 'differential.require-test-plan-field' => true, | 'differential.require-test-plan-field' => true, | ||||
| // If you set this to true, users can "!accept" revisions via email (normally, | // If you set this to true, users can "!accept" revisions via email (normally, | ||||
| // they can take other actions but can not "!accept"). This action is disabled | // they can take other actions but can not "!accept"). This action is disabled | ||||
| // by default because email authentication can be configured to be very weak, | // by default because email authentication can be configured to be very weak, | ||||
| ▲ Show 20 Lines • Show All 293 Lines • Show Last 20 Lines | |||||