Fossil SCM

Remove no-longer used allow-clean-x setting

jan.nijtmans 2015-04-30 21:53 cleanX
Commit 330c88ebb1e78838386e3ab80a27aeb3f5d96470
--- src/configure.c
+++ src/configure.c
@@ -124,11 +124,10 @@
124124
{ "ignore-glob", CONFIGSET_PROJ },
125125
{ "keep-glob", CONFIGSET_PROJ },
126126
{ "crnl-glob", CONFIGSET_PROJ },
127127
{ "encoding-glob", CONFIGSET_PROJ },
128128
{ "empty-dirs", CONFIGSET_PROJ },
129
- { "allow-clean-x", CONFIGSET_PROJ },
130129
{ "allow-symlinks", CONFIGSET_PROJ },
131130
{ "dotfiles", CONFIGSET_PROJ },
132131
133132
#ifdef FOSSIL_ENABLE_LEGACY_MV_RM
134133
{ "mv-rm-files", CONFIGSET_PROJ },
135134
--- src/configure.c
+++ src/configure.c
@@ -124,11 +124,10 @@
124 { "ignore-glob", CONFIGSET_PROJ },
125 { "keep-glob", CONFIGSET_PROJ },
126 { "crnl-glob", CONFIGSET_PROJ },
127 { "encoding-glob", CONFIGSET_PROJ },
128 { "empty-dirs", CONFIGSET_PROJ },
129 { "allow-clean-x", CONFIGSET_PROJ },
130 { "allow-symlinks", CONFIGSET_PROJ },
131 { "dotfiles", CONFIGSET_PROJ },
132
133 #ifdef FOSSIL_ENABLE_LEGACY_MV_RM
134 { "mv-rm-files", CONFIGSET_PROJ },
135
--- src/configure.c
+++ src/configure.c
@@ -124,11 +124,10 @@
124 { "ignore-glob", CONFIGSET_PROJ },
125 { "keep-glob", CONFIGSET_PROJ },
126 { "crnl-glob", CONFIGSET_PROJ },
127 { "encoding-glob", CONFIGSET_PROJ },
128 { "empty-dirs", CONFIGSET_PROJ },
 
129 { "allow-symlinks", CONFIGSET_PROJ },
130 { "dotfiles", CONFIGSET_PROJ },
131
132 #ifdef FOSSIL_ENABLE_LEGACY_MV_RM
133 { "mv-rm-files", CONFIGSET_PROJ },
134
-5
--- src/db.c
+++ src/db.c
@@ -2325,11 +2325,10 @@
23252325
#endif /* INTERFACE */
23262326
23272327
const Setting aSetting[] = {
23282328
{ "access-log", 0, 0, 0, 0, "off" },
23292329
{ "admin-log", 0, 0, 0, 0, "off" },
2330
- { "allow-clean-x", 0, 0, 0, 0, "off" },
23312330
{ "allow-symlinks", 0, 0, 1, 0, "off" },
23322331
{ "auto-captcha", "autocaptcha", 0, 0, 0, "on" },
23332332
{ "auto-hyperlink", 0, 0, 0, 0, "on", },
23342333
{ "auto-shun", 0, 0, 0, 0, "on" },
23352334
{ "autosync", 0, 0, 0, 0, "on" },
@@ -2451,14 +2450,10 @@
24512450
** (versionable) them as symlinks on Unix. Has no effect on Windows
24522451
** (existing links in repository created on Unix become
24532452
** plain-text files with link destination path inside).
24542453
** Default: off
24552454
**
2456
-** allow-clean-x If enabled, allow the --extreme option to be used in
2457
-** the clean command.
2458
-** Default: off
2459
-**
24602455
** auto-captcha If enabled, the Login page provides a button to
24612456
** fill in the captcha password. Default: on
24622457
**
24632458
** auto-hyperlink Use javascript to enable hyperlinks on web pages
24642459
** for all users (regardless of the "h" privilege) if the
24652460
--- src/db.c
+++ src/db.c
@@ -2325,11 +2325,10 @@
2325 #endif /* INTERFACE */
2326
2327 const Setting aSetting[] = {
2328 { "access-log", 0, 0, 0, 0, "off" },
2329 { "admin-log", 0, 0, 0, 0, "off" },
2330 { "allow-clean-x", 0, 0, 0, 0, "off" },
2331 { "allow-symlinks", 0, 0, 1, 0, "off" },
2332 { "auto-captcha", "autocaptcha", 0, 0, 0, "on" },
2333 { "auto-hyperlink", 0, 0, 0, 0, "on", },
2334 { "auto-shun", 0, 0, 0, 0, "on" },
2335 { "autosync", 0, 0, 0, 0, "on" },
@@ -2451,14 +2450,10 @@
2451 ** (versionable) them as symlinks on Unix. Has no effect on Windows
2452 ** (existing links in repository created on Unix become
2453 ** plain-text files with link destination path inside).
2454 ** Default: off
2455 **
2456 ** allow-clean-x If enabled, allow the --extreme option to be used in
2457 ** the clean command.
2458 ** Default: off
2459 **
2460 ** auto-captcha If enabled, the Login page provides a button to
2461 ** fill in the captcha password. Default: on
2462 **
2463 ** auto-hyperlink Use javascript to enable hyperlinks on web pages
2464 ** for all users (regardless of the "h" privilege) if the
2465
--- src/db.c
+++ src/db.c
@@ -2325,11 +2325,10 @@
2325 #endif /* INTERFACE */
2326
2327 const Setting aSetting[] = {
2328 { "access-log", 0, 0, 0, 0, "off" },
2329 { "admin-log", 0, 0, 0, 0, "off" },
 
2330 { "allow-symlinks", 0, 0, 1, 0, "off" },
2331 { "auto-captcha", "autocaptcha", 0, 0, 0, "on" },
2332 { "auto-hyperlink", 0, 0, 0, 0, "on", },
2333 { "auto-shun", 0, 0, 0, 0, "on" },
2334 { "autosync", 0, 0, 0, 0, "on" },
@@ -2451,14 +2450,10 @@
2450 ** (versionable) them as symlinks on Unix. Has no effect on Windows
2451 ** (existing links in repository created on Unix become
2452 ** plain-text files with link destination path inside).
2453 ** Default: off
2454 **
 
 
 
 
2455 ** auto-captcha If enabled, the Login page provides a button to
2456 ** fill in the captcha password. Default: on
2457 **
2458 ** auto-hyperlink Use javascript to enable hyperlinks on web pages
2459 ** for all users (regardless of the "h" privilege) if the
2460
--- src/json_config.c
+++ src/json_config.c
@@ -80,11 +80,10 @@
8080
{ "ignore-glob", CONFIGSET_PROJ },
8181
{ "keep-glob", CONFIGSET_PROJ },
8282
{ "crnl-glob", CONFIGSET_PROJ },
8383
{ "encoding-glob", CONFIGSET_PROJ },
8484
{ "empty-dirs", CONFIGSET_PROJ },
85
-{ "allow-clean-x", CONFIGSET_PROJ },
8685
{ "allow-symlinks", CONFIGSET_PROJ },
8786
{ "dotfiles", CONFIGSET_PROJ },
8887
8988
{ "ticket-table", CONFIGSET_TKT },
9089
{ "ticket-common", CONFIGSET_TKT },
9190
--- src/json_config.c
+++ src/json_config.c
@@ -80,11 +80,10 @@
80 { "ignore-glob", CONFIGSET_PROJ },
81 { "keep-glob", CONFIGSET_PROJ },
82 { "crnl-glob", CONFIGSET_PROJ },
83 { "encoding-glob", CONFIGSET_PROJ },
84 { "empty-dirs", CONFIGSET_PROJ },
85 { "allow-clean-x", CONFIGSET_PROJ },
86 { "allow-symlinks", CONFIGSET_PROJ },
87 { "dotfiles", CONFIGSET_PROJ },
88
89 { "ticket-table", CONFIGSET_TKT },
90 { "ticket-common", CONFIGSET_TKT },
91
--- src/json_config.c
+++ src/json_config.c
@@ -80,11 +80,10 @@
80 { "ignore-glob", CONFIGSET_PROJ },
81 { "keep-glob", CONFIGSET_PROJ },
82 { "crnl-glob", CONFIGSET_PROJ },
83 { "encoding-glob", CONFIGSET_PROJ },
84 { "empty-dirs", CONFIGSET_PROJ },
 
85 { "allow-symlinks", CONFIGSET_PROJ },
86 { "dotfiles", CONFIGSET_PROJ },
87
88 { "ticket-table", CONFIGSET_TKT },
89 { "ticket-common", CONFIGSET_TKT },
90

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button