Page MenuHomePhabricator

D12159.id29225.diff
No OneTemporary

D12159.id29225.diff

diff --git a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
--- a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
+++ b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
@@ -20,6 +20,8 @@
}
public function getOptions() {
+ $caches_href = PhabricatorEnv::getDoclink('Managing Caches');
+
$custom_field_type = 'custom:PhabricatorCustomFieldConfigOptionType';
$fields = array(
@@ -123,8 +125,14 @@
->setDescription(
pht(
'List of file regexps that should be treated as if they are '.
- 'generated by an automatic process, and thus get hidden by '.
- 'default in differential.'))
+ 'generated by an automatic process, and thus be hidden by '.
+ 'default in Differential.'.
+ "\n\n".
+ 'NOTE: This property is cached, so you will need to purge the '.
+ 'cache after making changes if you want the new configuration '.
+ 'to affect existing revisions. For instructions, see '.
+ '**[[ %s | Managing Caches ]]** in the documentation.',
+ $caches_href))
->addExample("/config\.h$/\n#/autobuilt/#", pht('Valid Setting')),
$this->newOption('differential.sticky-accept', 'bool', true)
->setBoolOptions(

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 9:30 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284686
Default Alt Text
D12159.id29225.diff (1 KB)

Event Timeline