Fossil SCM
Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable.
Commit
99528933606cb623acddee6dab6af3f4c16749fc
Parent
1f915a6859ac25b…
1 file changed
+3
-3
M
src/db.c
+3
-3
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2182,14 +2182,14 @@ | ||
| 2182 | 2182 | { "ssh-command", 0, 40, 0, 0, "" }, |
| 2183 | 2183 | { "ssl-ca-location", 0, 40, 0, 0, "" }, |
| 2184 | 2184 | { "ssl-identity", 0, 40, 0, 0, "" }, |
| 2185 | 2185 | #ifdef FOSSIL_ENABLE_TCL |
| 2186 | 2186 | { "tcl", 0, 0, 0, 0, "off" }, |
| 2187 | - { "tcl-setup", 0, 40, 0, 1, "" }, | |
| 2187 | + { "tcl-setup", 0, 40, 1, 1, "" }, | |
| 2188 | 2188 | #endif |
| 2189 | - { "th1-setup", 0, 40, 0, 1, "" }, | |
| 2190 | - { "th1-uri-regexp", 0, 40, 0, 0, "" }, | |
| 2189 | + { "th1-setup", 0, 40, 1, 1, "" }, | |
| 2190 | + { "th1-uri-regexp", 0, 40, 1, 0, "" }, | |
| 2191 | 2191 | { "web-browser", 0, 32, 0, 0, "" }, |
| 2192 | 2192 | { "white-foreground", 0, 0, 0, 0, "off" }, |
| 2193 | 2193 | { 0,0,0,0,0,0 } |
| 2194 | 2194 | }; |
| 2195 | 2195 | |
| 2196 | 2196 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2182,14 +2182,14 @@ | |
| 2182 | { "ssh-command", 0, 40, 0, 0, "" }, |
| 2183 | { "ssl-ca-location", 0, 40, 0, 0, "" }, |
| 2184 | { "ssl-identity", 0, 40, 0, 0, "" }, |
| 2185 | #ifdef FOSSIL_ENABLE_TCL |
| 2186 | { "tcl", 0, 0, 0, 0, "off" }, |
| 2187 | { "tcl-setup", 0, 40, 0, 1, "" }, |
| 2188 | #endif |
| 2189 | { "th1-setup", 0, 40, 0, 1, "" }, |
| 2190 | { "th1-uri-regexp", 0, 40, 0, 0, "" }, |
| 2191 | { "web-browser", 0, 32, 0, 0, "" }, |
| 2192 | { "white-foreground", 0, 0, 0, 0, "off" }, |
| 2193 | { 0,0,0,0,0,0 } |
| 2194 | }; |
| 2195 | |
| 2196 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2182,14 +2182,14 @@ | |
| 2182 | { "ssh-command", 0, 40, 0, 0, "" }, |
| 2183 | { "ssl-ca-location", 0, 40, 0, 0, "" }, |
| 2184 | { "ssl-identity", 0, 40, 0, 0, "" }, |
| 2185 | #ifdef FOSSIL_ENABLE_TCL |
| 2186 | { "tcl", 0, 0, 0, 0, "off" }, |
| 2187 | { "tcl-setup", 0, 40, 1, 1, "" }, |
| 2188 | #endif |
| 2189 | { "th1-setup", 0, 40, 1, 1, "" }, |
| 2190 | { "th1-uri-regexp", 0, 40, 1, 0, "" }, |
| 2191 | { "web-browser", 0, 32, 0, 0, "" }, |
| 2192 | { "white-foreground", 0, 0, 0, 0, "off" }, |
| 2193 | { 0,0,0,0,0,0 } |
| 2194 | }; |
| 2195 | |
| 2196 |