Fossil SCM
merge from trunk
Commit
4a094f46ade70bd9d1e4ffa48cbe94b4d3750aef
Parent
41461906008a508…
3 files changed
+4
+4
+1
-1
+4
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1252,10 +1252,14 @@ | ||
| 1252 | 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | 1253 | ** |
| 1254 | 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | 1256 | ** directory is opened. |
| 1257 | +** | |
| 1258 | +** WARNING: Careless use of this command can corrupt a Fossil repository | |
| 1259 | +** in ways that are unrecoverable. Be sure you know what you are doing before | |
| 1260 | +** running any SQL commands that modifies the repository database. | |
| 1257 | 1261 | */ |
| 1258 | 1262 | void sqlite3_cmd(void){ |
| 1259 | 1263 | extern int sqlite3_shell(int, char**); |
| 1260 | 1264 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1261 | 1265 | } |
| 1262 | 1266 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1252,10 +1252,14 @@ | |
| 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | ** |
| 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | ** directory is opened. |
| 1257 | */ |
| 1258 | void sqlite3_cmd(void){ |
| 1259 | extern int sqlite3_shell(int, char**); |
| 1260 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1261 | } |
| 1262 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1252,10 +1252,14 @@ | |
| 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | ** |
| 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | ** directory is opened. |
| 1257 | ** |
| 1258 | ** WARNING: Careless use of this command can corrupt a Fossil repository |
| 1259 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 1260 | ** running any SQL commands that modifies the repository database. |
| 1261 | */ |
| 1262 | void sqlite3_cmd(void){ |
| 1263 | extern int sqlite3_shell(int, char**); |
| 1264 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1265 | } |
| 1266 |
+4
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1252,10 +1252,14 @@ | ||
| 1252 | 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | 1253 | ** |
| 1254 | 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | 1256 | ** directory is opened. |
| 1257 | +** | |
| 1258 | +** WARNING: Careless use of this command can corrupt a Fossil repository | |
| 1259 | +** in ways that are unrecoverable. Be sure you know what you are doing before | |
| 1260 | +** running any SQL commands that modifies the repository database. | |
| 1257 | 1261 | */ |
| 1258 | 1262 | void sqlite3_cmd(void){ |
| 1259 | 1263 | extern int sqlite3_shell(int, char**); |
| 1260 | 1264 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1261 | 1265 | } |
| 1262 | 1266 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1252,10 +1252,14 @@ | |
| 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | ** |
| 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | ** directory is opened. |
| 1257 | */ |
| 1258 | void sqlite3_cmd(void){ |
| 1259 | extern int sqlite3_shell(int, char**); |
| 1260 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1261 | } |
| 1262 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1252,10 +1252,14 @@ | |
| 1252 | ** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS? |
| 1253 | ** |
| 1254 | ** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. |
| 1255 | ** If DATABASE is omitted, then the repository that serves the working |
| 1256 | ** directory is opened. |
| 1257 | ** |
| 1258 | ** WARNING: Careless use of this command can corrupt a Fossil repository |
| 1259 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 1260 | ** running any SQL commands that modifies the repository database. |
| 1261 | */ |
| 1262 | void sqlite3_cmd(void){ |
| 1263 | extern int sqlite3_shell(int, char**); |
| 1264 | sqlite3_shell(g.argc-1, g.argv+1); |
| 1265 | } |
| 1266 |
+1
-1
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -119,11 +119,11 @@ | ||
| 119 | 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | 121 | the manifest defines. The check-in comment is text. The following |
| 122 | 122 | escape sequences are applied to the text: |
| 123 | 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | -newline (ASCII 0x0a) is "\n" (ASCII 0x6C, x6E). A backslash | |
| 124 | +newline (ASCII 0x0a) is "\n" (ASCII 0x5C, x6E). A backslash | |
| 125 | 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | 126 | space and newline, no other whitespace characters are allowed in |
| 127 | 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | 128 | in the comment. |
| 129 | 129 | |
| 130 | 130 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | the manifest defines. The check-in comment is text. The following |
| 122 | escape sequences are applied to the text: |
| 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | newline (ASCII 0x0a) is "\n" (ASCII 0x6C, x6E). A backslash |
| 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | space and newline, no other whitespace characters are allowed in |
| 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | in the comment. |
| 129 | |
| 130 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | A manifest must have exactly one C-card. The sole argument to |
| 120 | the C-card is a check-in comment that describes the check-in that |
| 121 | the manifest defines. The check-in comment is text. The following |
| 122 | escape sequences are applied to the text: |
| 123 | A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A |
| 124 | newline (ASCII 0x0a) is "\n" (ASCII 0x5C, x6E). A backslash |
| 125 | (ASCII 0x5C) is represented as two backslashes "\\". Apart from |
| 126 | space and newline, no other whitespace characters are allowed in |
| 127 | the check-in comment. Nor are any unprintable characters allowed |
| 128 | in the comment. |
| 129 | |
| 130 |