Fossil SCM
Remove old warning-policy definition.
Commit
1b010f01793b9e62445f50bf2ef3f87c56036490e387853b27263eaeded30ce1
Parent
af73acb2df238ad…
1 file changed
-6
M
src/db.c
-6
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -5017,16 +5017,10 @@ | ||
| 5017 | 5017 | ** Fossil considers any file whose size is greater than this value |
| 5018 | 5018 | ** to be a "large file". Fossil might issue warnings if you try to |
| 5019 | 5019 | ** "add" or "commit" a "large file". Set this value to 0 or less |
| 5020 | 5020 | ** to disable all such warnings. |
| 5021 | 5021 | */ |
| 5022 | -/* | |
| 5023 | -** SETTING: warning-policy width=40 block-text propagating default={} | |
| 5024 | -** Policy for showing warnings under various conditions. | |
| 5025 | -** | |
| 5026 | -** TODO: Applying the setting. Default reflects intended JSON syntax. | |
| 5027 | -*/ | |
| 5028 | 5022 | |
| 5029 | 5023 | /* |
| 5030 | 5024 | ** Look up a control setting by its name. Return a pointer to the Setting |
| 5031 | 5025 | ** object, or NULL if there is no such setting. |
| 5032 | 5026 | ** |
| 5033 | 5027 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -5017,16 +5017,10 @@ | |
| 5017 | ** Fossil considers any file whose size is greater than this value |
| 5018 | ** to be a "large file". Fossil might issue warnings if you try to |
| 5019 | ** "add" or "commit" a "large file". Set this value to 0 or less |
| 5020 | ** to disable all such warnings. |
| 5021 | */ |
| 5022 | /* |
| 5023 | ** SETTING: warning-policy width=40 block-text propagating default={} |
| 5024 | ** Policy for showing warnings under various conditions. |
| 5025 | ** |
| 5026 | ** TODO: Applying the setting. Default reflects intended JSON syntax. |
| 5027 | */ |
| 5028 | |
| 5029 | /* |
| 5030 | ** Look up a control setting by its name. Return a pointer to the Setting |
| 5031 | ** object, or NULL if there is no such setting. |
| 5032 | ** |
| 5033 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -5017,16 +5017,10 @@ | |
| 5017 | ** Fossil considers any file whose size is greater than this value |
| 5018 | ** to be a "large file". Fossil might issue warnings if you try to |
| 5019 | ** "add" or "commit" a "large file". Set this value to 0 or less |
| 5020 | ** to disable all such warnings. |
| 5021 | */ |
| 5022 | |
| 5023 | /* |
| 5024 | ** Look up a control setting by its name. Return a pointer to the Setting |
| 5025 | ** object, or NULL if there is no such setting. |
| 5026 | ** |
| 5027 |