Fossil SCM

Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable.

mistachkin 2014-06-08 00:38 th1Hooks
Commit 99528933606cb623acddee6dab6af3f4c16749fc
1 file changed +3 -3
+3 -3
--- src/db.c
+++ src/db.c
@@ -2182,14 +2182,14 @@
21822182
{ "ssh-command", 0, 40, 0, 0, "" },
21832183
{ "ssl-ca-location", 0, 40, 0, 0, "" },
21842184
{ "ssl-identity", 0, 40, 0, 0, "" },
21852185
#ifdef FOSSIL_ENABLE_TCL
21862186
{ "tcl", 0, 0, 0, 0, "off" },
2187
- { "tcl-setup", 0, 40, 0, 1, "" },
2187
+ { "tcl-setup", 0, 40, 1, 1, "" },
21882188
#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, "" },
21912191
{ "web-browser", 0, 32, 0, 0, "" },
21922192
{ "white-foreground", 0, 0, 0, 0, "off" },
21932193
{ 0,0,0,0,0,0 }
21942194
};
21952195
21962196
--- 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

Keyboard Shortcuts

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