Fossil SCM
c/the the/the/
Commit
0b75e2e615297842a60709cf12d67ae816f4f94d
Parent
df60acb69102715…
3 files changed
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/glob.c | ||
| +++ src/glob.c | ||
| @@ -252,11 +252,11 @@ | ||
| 252 | 252 | ** |
| 253 | 253 | ** PATTERN is a comma- and whitespace-separated list of optionally |
| 254 | 254 | ** quoted glob patterns. Show which of the STRINGs that follow match |
| 255 | 255 | ** the PATTERN. |
| 256 | 256 | ** |
| 257 | -** If PATTERN begins with "@" the the rest of the pattern is understood | |
| 257 | +** If PATTERN begins with "@" the rest of the pattern is understood | |
| 258 | 258 | ** to be a setting name (such as binary-glob, crln-glob, or encoding-glob) |
| 259 | 259 | ** and the value of that setting is used as the actually glob pattern. |
| 260 | 260 | */ |
| 261 | 261 | void glob_test_cmd(void){ |
| 262 | 262 | Glob *pGlob; |
| 263 | 263 |
| --- src/glob.c | |
| +++ src/glob.c | |
| @@ -252,11 +252,11 @@ | |
| 252 | ** |
| 253 | ** PATTERN is a comma- and whitespace-separated list of optionally |
| 254 | ** quoted glob patterns. Show which of the STRINGs that follow match |
| 255 | ** the PATTERN. |
| 256 | ** |
| 257 | ** If PATTERN begins with "@" the the rest of the pattern is understood |
| 258 | ** to be a setting name (such as binary-glob, crln-glob, or encoding-glob) |
| 259 | ** and the value of that setting is used as the actually glob pattern. |
| 260 | */ |
| 261 | void glob_test_cmd(void){ |
| 262 | Glob *pGlob; |
| 263 |
| --- src/glob.c | |
| +++ src/glob.c | |
| @@ -252,11 +252,11 @@ | |
| 252 | ** |
| 253 | ** PATTERN is a comma- and whitespace-separated list of optionally |
| 254 | ** quoted glob patterns. Show which of the STRINGs that follow match |
| 255 | ** the PATTERN. |
| 256 | ** |
| 257 | ** If PATTERN begins with "@" the rest of the pattern is understood |
| 258 | ** to be a setting name (such as binary-glob, crln-glob, or encoding-glob) |
| 259 | ** and the value of that setting is used as the actually glob pattern. |
| 260 | */ |
| 261 | void glob_test_cmd(void){ |
| 262 | Glob *pGlob; |
| 263 |
+1
-1
| --- src/json.c | ||
| +++ src/json.c | ||
| @@ -2005,11 +2005,11 @@ | ||
| 2005 | 2005 | ** whose final entry MUST have a NULL name value or results |
| 2006 | 2006 | ** are undefined. |
| 2007 | 2007 | ** |
| 2008 | 2008 | ** The list is appended to pOut. The number of items (not bytes) |
| 2009 | 2009 | ** appended are returned. If filterByMode is non-0 then the result |
| 2010 | -** list will contain only commands which are able to run in the the | |
| 2010 | +** list will contain only commands which are able to run in the | |
| 2011 | 2011 | ** current run mode (CLI vs. HTTP). |
| 2012 | 2012 | */ |
| 2013 | 2013 | static int json_pagedefs_to_string(JsonPageDef const * zPages, |
| 2014 | 2014 | Blob * pOut, int filterByMode){ |
| 2015 | 2015 | int i = 0; |
| 2016 | 2016 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -2005,11 +2005,11 @@ | |
| 2005 | ** whose final entry MUST have a NULL name value or results |
| 2006 | ** are undefined. |
| 2007 | ** |
| 2008 | ** The list is appended to pOut. The number of items (not bytes) |
| 2009 | ** appended are returned. If filterByMode is non-0 then the result |
| 2010 | ** list will contain only commands which are able to run in the the |
| 2011 | ** current run mode (CLI vs. HTTP). |
| 2012 | */ |
| 2013 | static int json_pagedefs_to_string(JsonPageDef const * zPages, |
| 2014 | Blob * pOut, int filterByMode){ |
| 2015 | int i = 0; |
| 2016 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -2005,11 +2005,11 @@ | |
| 2005 | ** whose final entry MUST have a NULL name value or results |
| 2006 | ** are undefined. |
| 2007 | ** |
| 2008 | ** The list is appended to pOut. The number of items (not bytes) |
| 2009 | ** appended are returned. If filterByMode is non-0 then the result |
| 2010 | ** list will contain only commands which are able to run in the |
| 2011 | ** current run mode (CLI vs. HTTP). |
| 2012 | */ |
| 2013 | static int json_pagedefs_to_string(JsonPageDef const * zPages, |
| 2014 | Blob * pOut, int filterByMode){ |
| 2015 | int i = 0; |
| 2016 |
+1
-1
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -46,11 +46,11 @@ | ||
| 46 | 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | 47 | <li> [#attachment | Attachments] </li> |
| 48 | 48 | <li> [#event | Events] </li> |
| 49 | 49 | </ul> |
| 50 | 50 | |
| 51 | -These seven artifact types are described in the the following sections. | |
| 51 | +These seven artifact types are described in the following sections. | |
| 52 | 52 | |
| 53 | 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | 56 | is an implementation detail and might change in a future release. For |
| 57 | 57 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -46,11 +46,11 @@ | |
| 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | <li> [#attachment | Attachments] </li> |
| 48 | <li> [#event | Events] </li> |
| 49 | </ul> |
| 50 | |
| 51 | These seven artifact types are described in the the following sections. |
| 52 | |
| 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | is an implementation detail and might change in a future release. For |
| 57 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -46,11 +46,11 @@ | |
| 46 | <li> [#tktchng | Ticket Changes] </li> |
| 47 | <li> [#attachment | Attachments] </li> |
| 48 | <li> [#event | Events] </li> |
| 49 | </ul> |
| 50 | |
| 51 | These seven artifact types are described in the following sections. |
| 52 | |
| 53 | In the current implementation (as of 2009-01-25) the artifacts that |
| 54 | make up a fossil repository are stored in in as delta- and zlib-compressed |
| 55 | blobs in an <a href="http://www.sqlite.org/">SQLite</a> database. This |
| 56 | is an implementation detail and might change in a future release. For |
| 57 |