Fossil SCM

merge from trunk

wolfgang 2010-11-01 18:52 StvPrivateHook2 merge
Commit 4a094f46ade70bd9d1e4ffa48cbe94b4d3750aef
+4
--- src/main.c
+++ src/main.c
@@ -1252,10 +1252,14 @@
12521252
** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS?
12531253
**
12541254
** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS.
12551255
** If DATABASE is omitted, then the repository that serves the working
12561256
** 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.
12571261
*/
12581262
void sqlite3_cmd(void){
12591263
extern int sqlite3_shell(int, char**);
12601264
sqlite3_shell(g.argc-1, g.argv+1);
12611265
}
12621266
--- 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 @@
12521252
** Usage: %fossil sqlite3 ?DATABASE? ?OPTIONS?
12531253
**
12541254
** Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS.
12551255
** If DATABASE is omitted, then the repository that serves the working
12561256
** 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.
12571261
*/
12581262
void sqlite3_cmd(void){
12591263
extern int sqlite3_shell(int, char**);
12601264
sqlite3_shell(g.argc-1, g.argv+1);
12611265
}
12621266
--- 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
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -119,11 +119,11 @@
119119
A manifest must have exactly one C-card. The sole argument to
120120
the C-card is a check-in comment that describes the check-in that
121121
the manifest defines. The check-in comment is text. The following
122122
escape sequences are applied to the text:
123123
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
125125
(ASCII 0x5C) is represented as two backslashes "\\". Apart from
126126
space and newline, no other whitespace characters are allowed in
127127
the check-in comment. Nor are any unprintable characters allowed
128128
in the comment.
129129
130130
--- 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

Keyboard Shortcuts

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