Fossil SCM
Work in progress on spell-check and proof-reading sweep over the help text.
Commit
2a4e31bd8dfeea42acaf7a947ac588723b6308f7
Parent
b6b50b124479611…
19 files changed
+2
-2
+1
-1
+4
-4
+4
-4
+1
-1
+5
-5
+9
-7
+3
-3
+3
-2
+1
-1
+1
-1
+1
-1
+2
-2
+1
-1
+2
-2
+1
-1
+2
-2
+2
-2
+1
-1
+2
-2
| --- src/attach.c | ||
| +++ src/attach.c | ||
| @@ -30,12 +30,12 @@ | ||
| 30 | 30 | ** |
| 31 | 31 | ** At most one of technote=, tkt= or page= are supplied. |
| 32 | 32 | ** If none is given, all attachments are listed. If one is given, |
| 33 | 33 | ** only attachments for the designated technote, ticket or wiki page |
| 34 | 34 | ** are shown. TECHNOTEUUID and TICKETUUID may be just a prefix of the |
| 35 | -** relevant tech note or ticket, in which case all attachments of all | |
| 36 | -** tech notes or tickets with the prefix will be listed. | |
| 35 | +** relevant technical note or ticket, in which case all attachments | |
| 36 | +** of all technical notes or tickets with the prefix will be listed. | |
| 37 | 37 | */ |
| 38 | 38 | void attachlist_page(void){ |
| 39 | 39 | const char *zPage = P("page"); |
| 40 | 40 | const char *zTkt = P("tkt"); |
| 41 | 41 | const char *zTechNote = P("technote"); |
| 42 | 42 |
| --- src/attach.c | |
| +++ src/attach.c | |
| @@ -30,12 +30,12 @@ | |
| 30 | ** |
| 31 | ** At most one of technote=, tkt= or page= are supplied. |
| 32 | ** If none is given, all attachments are listed. If one is given, |
| 33 | ** only attachments for the designated technote, ticket or wiki page |
| 34 | ** are shown. TECHNOTEUUID and TICKETUUID may be just a prefix of the |
| 35 | ** relevant tech note or ticket, in which case all attachments of all |
| 36 | ** tech notes or tickets with the prefix will be listed. |
| 37 | */ |
| 38 | void attachlist_page(void){ |
| 39 | const char *zPage = P("page"); |
| 40 | const char *zTkt = P("tkt"); |
| 41 | const char *zTechNote = P("technote"); |
| 42 |
| --- src/attach.c | |
| +++ src/attach.c | |
| @@ -30,12 +30,12 @@ | |
| 30 | ** |
| 31 | ** At most one of technote=, tkt= or page= are supplied. |
| 32 | ** If none is given, all attachments are listed. If one is given, |
| 33 | ** only attachments for the designated technote, ticket or wiki page |
| 34 | ** are shown. TECHNOTEUUID and TICKETUUID may be just a prefix of the |
| 35 | ** relevant technical note or ticket, in which case all attachments |
| 36 | ** of all technical notes or tickets with the prefix will be listed. |
| 37 | */ |
| 38 | void attachlist_page(void){ |
| 39 | const char *zPage = P("page"); |
| 40 | const char *zTkt = P("tkt"); |
| 41 | const char *zTechNote = P("technote"); |
| 42 |
+1
-1
| --- src/browse.c | ||
| +++ src/browse.c | ||
| @@ -999,11 +999,11 @@ | ||
| 999 | 999 | } |
| 1000 | 1000 | db_finalize(&q); |
| 1001 | 1001 | } |
| 1002 | 1002 | |
| 1003 | 1003 | /* |
| 1004 | -** WEBPAGE: fileage | |
| 1004 | +** WEBPAGE: fileage | |
| 1005 | 1005 | ** |
| 1006 | 1006 | ** Show all files in a single check-in (identified by the name= query |
| 1007 | 1007 | ** parameter) in order of increasing age. |
| 1008 | 1008 | ** |
| 1009 | 1009 | ** Parameters: |
| 1010 | 1010 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -999,11 +999,11 @@ | |
| 999 | } |
| 1000 | db_finalize(&q); |
| 1001 | } |
| 1002 | |
| 1003 | /* |
| 1004 | ** WEBPAGE: fileage |
| 1005 | ** |
| 1006 | ** Show all files in a single check-in (identified by the name= query |
| 1007 | ** parameter) in order of increasing age. |
| 1008 | ** |
| 1009 | ** Parameters: |
| 1010 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -999,11 +999,11 @@ | |
| 999 | } |
| 1000 | db_finalize(&q); |
| 1001 | } |
| 1002 | |
| 1003 | /* |
| 1004 | ** WEBPAGE: fileage |
| 1005 | ** |
| 1006 | ** Show all files in a single check-in (identified by the name= query |
| 1007 | ** parameter) in order of increasing age. |
| 1008 | ** |
| 1009 | ** Parameters: |
| 1010 |
+4
-4
| --- src/content.c | ||
| +++ src/content.c | ||
| @@ -334,11 +334,11 @@ | ||
| 334 | 334 | content_get(rid, &content); |
| 335 | 335 | blob_write_to_file(&content, zFile); |
| 336 | 336 | } |
| 337 | 337 | |
| 338 | 338 | /* |
| 339 | -** COMMAND: test-content-rawget | |
| 339 | +** COMMAND: test-content-rawget | |
| 340 | 340 | ** |
| 341 | 341 | ** Extract a blob from the database and write it into a file. This |
| 342 | 342 | ** version does not expand the delta. |
| 343 | 343 | */ |
| 344 | 344 | void test_content_rawget_cmd(void){ |
| @@ -663,11 +663,11 @@ | ||
| 663 | 663 | return rid; |
| 664 | 664 | } |
| 665 | 665 | |
| 666 | 666 | |
| 667 | 667 | /* |
| 668 | -** COMMAND: test-content-put | |
| 668 | +** COMMAND: test-content-put | |
| 669 | 669 | ** |
| 670 | 670 | ** Usage: %fossil test-content-put FILE |
| 671 | 671 | ** |
| 672 | 672 | ** Read the content of FILE and add it to the Blob table as a new |
| 673 | 673 | ** artifact using a direct call to content_put(). |
| @@ -703,11 +703,11 @@ | ||
| 703 | 703 | } |
| 704 | 704 | } |
| 705 | 705 | } |
| 706 | 706 | |
| 707 | 707 | /* |
| 708 | -** COMMAND: test-content-undelta | |
| 708 | +** COMMAND: test-content-undelta | |
| 709 | 709 | ** |
| 710 | 710 | ** Make sure the content at RECORDID is not a delta |
| 711 | 711 | */ |
| 712 | 712 | void test_content_undelta_cmd(void){ |
| 713 | 713 | int rid; |
| @@ -814,11 +814,11 @@ | ||
| 814 | 814 | blob_reset(&delta); |
| 815 | 815 | return rc; |
| 816 | 816 | } |
| 817 | 817 | |
| 818 | 818 | /* |
| 819 | -** COMMAND: test-content-deltify | |
| 819 | +** COMMAND: test-content-deltify | |
| 820 | 820 | ** |
| 821 | 821 | ** Convert the content at RID into a delta from SRCID. |
| 822 | 822 | */ |
| 823 | 823 | void test_content_deltify_cmd(void){ |
| 824 | 824 | if( g.argc!=5 ) usage("RID SRCID FORCE"); |
| 825 | 825 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -334,11 +334,11 @@ | |
| 334 | content_get(rid, &content); |
| 335 | blob_write_to_file(&content, zFile); |
| 336 | } |
| 337 | |
| 338 | /* |
| 339 | ** COMMAND: test-content-rawget |
| 340 | ** |
| 341 | ** Extract a blob from the database and write it into a file. This |
| 342 | ** version does not expand the delta. |
| 343 | */ |
| 344 | void test_content_rawget_cmd(void){ |
| @@ -663,11 +663,11 @@ | |
| 663 | return rid; |
| 664 | } |
| 665 | |
| 666 | |
| 667 | /* |
| 668 | ** COMMAND: test-content-put |
| 669 | ** |
| 670 | ** Usage: %fossil test-content-put FILE |
| 671 | ** |
| 672 | ** Read the content of FILE and add it to the Blob table as a new |
| 673 | ** artifact using a direct call to content_put(). |
| @@ -703,11 +703,11 @@ | |
| 703 | } |
| 704 | } |
| 705 | } |
| 706 | |
| 707 | /* |
| 708 | ** COMMAND: test-content-undelta |
| 709 | ** |
| 710 | ** Make sure the content at RECORDID is not a delta |
| 711 | */ |
| 712 | void test_content_undelta_cmd(void){ |
| 713 | int rid; |
| @@ -814,11 +814,11 @@ | |
| 814 | blob_reset(&delta); |
| 815 | return rc; |
| 816 | } |
| 817 | |
| 818 | /* |
| 819 | ** COMMAND: test-content-deltify |
| 820 | ** |
| 821 | ** Convert the content at RID into a delta from SRCID. |
| 822 | */ |
| 823 | void test_content_deltify_cmd(void){ |
| 824 | if( g.argc!=5 ) usage("RID SRCID FORCE"); |
| 825 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -334,11 +334,11 @@ | |
| 334 | content_get(rid, &content); |
| 335 | blob_write_to_file(&content, zFile); |
| 336 | } |
| 337 | |
| 338 | /* |
| 339 | ** COMMAND: test-content-rawget |
| 340 | ** |
| 341 | ** Extract a blob from the database and write it into a file. This |
| 342 | ** version does not expand the delta. |
| 343 | */ |
| 344 | void test_content_rawget_cmd(void){ |
| @@ -663,11 +663,11 @@ | |
| 663 | return rid; |
| 664 | } |
| 665 | |
| 666 | |
| 667 | /* |
| 668 | ** COMMAND: test-content-put |
| 669 | ** |
| 670 | ** Usage: %fossil test-content-put FILE |
| 671 | ** |
| 672 | ** Read the content of FILE and add it to the Blob table as a new |
| 673 | ** artifact using a direct call to content_put(). |
| @@ -703,11 +703,11 @@ | |
| 703 | } |
| 704 | } |
| 705 | } |
| 706 | |
| 707 | /* |
| 708 | ** COMMAND: test-content-undelta |
| 709 | ** |
| 710 | ** Make sure the content at RECORDID is not a delta |
| 711 | */ |
| 712 | void test_content_undelta_cmd(void){ |
| 713 | int rid; |
| @@ -814,11 +814,11 @@ | |
| 814 | blob_reset(&delta); |
| 815 | return rc; |
| 816 | } |
| 817 | |
| 818 | /* |
| 819 | ** COMMAND: test-content-deltify |
| 820 | ** |
| 821 | ** Convert the content at RID into a delta from SRCID. |
| 822 | */ |
| 823 | void test_content_deltify_cmd(void){ |
| 824 | if( g.argc!=5 ) usage("RID SRCID FORCE"); |
| 825 |
+4
-4
| --- src/deltacmd.c | ||
| +++ src/deltacmd.c | ||
| @@ -41,11 +41,11 @@ | ||
| 41 | 41 | blob_resize(pDelta, len); |
| 42 | 42 | return 0; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /* |
| 46 | -** COMMAND: test-delta-create | |
| 46 | +** COMMAND: test-delta-create | |
| 47 | 47 | ** |
| 48 | 48 | ** Usage: %fossil test-delta-create FILE1 FILE2 DELTA |
| 49 | 49 | ** |
| 50 | 50 | ** Create and output a delta that carries FILE1 into FILE2. |
| 51 | 51 | ** Store the result in DELTA. |
| @@ -69,11 +69,11 @@ | ||
| 69 | 69 | blob_reset(&target); |
| 70 | 70 | blob_reset(&delta); |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /* |
| 74 | -** COMMAND: test-delta-analyze | |
| 74 | +** COMMAND: test-delta-analyze | |
| 75 | 75 | ** |
| 76 | 76 | ** Usage: %fossil test-delta-analyze FILE1 FILE2 |
| 77 | 77 | ** |
| 78 | 78 | ** Create and a delta that carries FILE1 into FILE2. Print the |
| 79 | 79 | ** number bytes copied and the number of bytes inserted. |
| @@ -141,11 +141,11 @@ | ||
| 141 | 141 | *pTarget = out; |
| 142 | 142 | return len; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | /* |
| 146 | -** COMMAND: test-delta-apply | |
| 146 | +** COMMAND: test-delta-apply | |
| 147 | 147 | ** |
| 148 | 148 | ** Usage: %fossil test-delta-apply FILE1 DELTA |
| 149 | 149 | ** |
| 150 | 150 | ** Apply DELTA to FILE1 and output the result. |
| 151 | 151 | */ |
| @@ -169,11 +169,11 @@ | ||
| 169 | 169 | blob_reset(&delta); |
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | |
| 173 | 173 | /* |
| 174 | -** COMMAND: test-delta | |
| 174 | +** COMMAND: test-delta | |
| 175 | 175 | ** |
| 176 | 176 | ** Usage: %fossil test-delta FILE1 FILE2 |
| 177 | 177 | ** |
| 178 | 178 | ** Read two files named on the command-line. Create and apply deltas |
| 179 | 179 | ** going in both directions. Verify that the original files are |
| 180 | 180 |
| --- src/deltacmd.c | |
| +++ src/deltacmd.c | |
| @@ -41,11 +41,11 @@ | |
| 41 | blob_resize(pDelta, len); |
| 42 | return 0; |
| 43 | } |
| 44 | |
| 45 | /* |
| 46 | ** COMMAND: test-delta-create |
| 47 | ** |
| 48 | ** Usage: %fossil test-delta-create FILE1 FILE2 DELTA |
| 49 | ** |
| 50 | ** Create and output a delta that carries FILE1 into FILE2. |
| 51 | ** Store the result in DELTA. |
| @@ -69,11 +69,11 @@ | |
| 69 | blob_reset(&target); |
| 70 | blob_reset(&delta); |
| 71 | } |
| 72 | |
| 73 | /* |
| 74 | ** COMMAND: test-delta-analyze |
| 75 | ** |
| 76 | ** Usage: %fossil test-delta-analyze FILE1 FILE2 |
| 77 | ** |
| 78 | ** Create and a delta that carries FILE1 into FILE2. Print the |
| 79 | ** number bytes copied and the number of bytes inserted. |
| @@ -141,11 +141,11 @@ | |
| 141 | *pTarget = out; |
| 142 | return len; |
| 143 | } |
| 144 | |
| 145 | /* |
| 146 | ** COMMAND: test-delta-apply |
| 147 | ** |
| 148 | ** Usage: %fossil test-delta-apply FILE1 DELTA |
| 149 | ** |
| 150 | ** Apply DELTA to FILE1 and output the result. |
| 151 | */ |
| @@ -169,11 +169,11 @@ | |
| 169 | blob_reset(&delta); |
| 170 | } |
| 171 | |
| 172 | |
| 173 | /* |
| 174 | ** COMMAND: test-delta |
| 175 | ** |
| 176 | ** Usage: %fossil test-delta FILE1 FILE2 |
| 177 | ** |
| 178 | ** Read two files named on the command-line. Create and apply deltas |
| 179 | ** going in both directions. Verify that the original files are |
| 180 |
| --- src/deltacmd.c | |
| +++ src/deltacmd.c | |
| @@ -41,11 +41,11 @@ | |
| 41 | blob_resize(pDelta, len); |
| 42 | return 0; |
| 43 | } |
| 44 | |
| 45 | /* |
| 46 | ** COMMAND: test-delta-create |
| 47 | ** |
| 48 | ** Usage: %fossil test-delta-create FILE1 FILE2 DELTA |
| 49 | ** |
| 50 | ** Create and output a delta that carries FILE1 into FILE2. |
| 51 | ** Store the result in DELTA. |
| @@ -69,11 +69,11 @@ | |
| 69 | blob_reset(&target); |
| 70 | blob_reset(&delta); |
| 71 | } |
| 72 | |
| 73 | /* |
| 74 | ** COMMAND: test-delta-analyze |
| 75 | ** |
| 76 | ** Usage: %fossil test-delta-analyze FILE1 FILE2 |
| 77 | ** |
| 78 | ** Create and a delta that carries FILE1 into FILE2. Print the |
| 79 | ** number bytes copied and the number of bytes inserted. |
| @@ -141,11 +141,11 @@ | |
| 141 | *pTarget = out; |
| 142 | return len; |
| 143 | } |
| 144 | |
| 145 | /* |
| 146 | ** COMMAND: test-delta-apply |
| 147 | ** |
| 148 | ** Usage: %fossil test-delta-apply FILE1 DELTA |
| 149 | ** |
| 150 | ** Apply DELTA to FILE1 and output the result. |
| 151 | */ |
| @@ -169,11 +169,11 @@ | |
| 169 | blob_reset(&delta); |
| 170 | } |
| 171 | |
| 172 | |
| 173 | /* |
| 174 | ** COMMAND: test-delta |
| 175 | ** |
| 176 | ** Usage: %fossil test-delta FILE1 FILE2 |
| 177 | ** |
| 178 | ** Read two files named on the command-line. Create and apply deltas |
| 179 | ** going in both directions. Verify that the original files are |
| 180 |
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -431,11 +431,11 @@ | ||
| 431 | 431 | fossil_free(zLastBr); |
| 432 | 432 | db_finalize(&q); |
| 433 | 433 | } |
| 434 | 434 | |
| 435 | 435 | /* |
| 436 | -** WEBPAGE: leaves | |
| 436 | +** WEBPAGE: leaves | |
| 437 | 437 | ** |
| 438 | 438 | ** Show leaf check-ins in a timeline. By default only open leaves |
| 439 | 439 | ** are listed. |
| 440 | 440 | ** |
| 441 | 441 | ** A "leaf" is a check-in with no children in the same branch. A |
| 442 | 442 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -431,11 +431,11 @@ | |
| 431 | fossil_free(zLastBr); |
| 432 | db_finalize(&q); |
| 433 | } |
| 434 | |
| 435 | /* |
| 436 | ** WEBPAGE: leaves |
| 437 | ** |
| 438 | ** Show leaf check-ins in a timeline. By default only open leaves |
| 439 | ** are listed. |
| 440 | ** |
| 441 | ** A "leaf" is a check-in with no children in the same branch. A |
| 442 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -431,11 +431,11 @@ | |
| 431 | fossil_free(zLastBr); |
| 432 | db_finalize(&q); |
| 433 | } |
| 434 | |
| 435 | /* |
| 436 | ** WEBPAGE: leaves |
| 437 | ** |
| 438 | ** Show leaf check-ins in a timeline. By default only open leaves |
| 439 | ** are listed. |
| 440 | ** |
| 441 | ** A "leaf" is a check-in with no children in the same branch. A |
| 442 |
+5
-5
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -346,11 +346,11 @@ | ||
| 346 | 346 | } |
| 347 | 347 | return "application/x-fossil-artifact"; |
| 348 | 348 | } |
| 349 | 349 | |
| 350 | 350 | /* |
| 351 | -** COMMAND: test-mimetype | |
| 351 | +** COMMAND: test-mimetype | |
| 352 | 352 | ** |
| 353 | 353 | ** Usage: %fossil test-mimetype FILENAME... |
| 354 | 354 | ** |
| 355 | 355 | ** Return the deduced mimetype for each file listed. |
| 356 | 356 | ** |
| @@ -551,14 +551,14 @@ | ||
| 551 | 551 | ** with TH1 embedded documentation support and the "th1-docs" setting is |
| 552 | 552 | ** enabled, the name "FILE/index.th1" is also tried. If none of those are |
| 553 | 553 | ** found, then FILE is completely replaced by "404.md" and tried. If that |
| 554 | 554 | ** is not found, then a default 404 screen is generated. |
| 555 | 555 | ** |
| 556 | -** Headers and footers are added for text/x-fossil-wiki and text/md | |
| 557 | -** If the document has mimetype text/html then headers and footers are | |
| 558 | -** usually not added. However, a text/html document begins with the | |
| 559 | -** following div: | |
| 556 | +** If the file's mimetype is "text/x-fossil-wiki" or "text/x-markdown" | |
| 557 | +** then headers and footers are added. If the document has mimetype | |
| 558 | +** text/html then headers and footers are usually not added. However, | |
| 559 | +** if a "text/html" document begins with the following div: | |
| 560 | 560 | ** |
| 561 | 561 | ** <div class='fossil-doc' data-title='TEXT'> |
| 562 | 562 | ** |
| 563 | 563 | ** then headers and footers are supplied. The optional data-title field |
| 564 | 564 | ** specifies the title of the document in that case. |
| 565 | 565 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -346,11 +346,11 @@ | |
| 346 | } |
| 347 | return "application/x-fossil-artifact"; |
| 348 | } |
| 349 | |
| 350 | /* |
| 351 | ** COMMAND: test-mimetype |
| 352 | ** |
| 353 | ** Usage: %fossil test-mimetype FILENAME... |
| 354 | ** |
| 355 | ** Return the deduced mimetype for each file listed. |
| 356 | ** |
| @@ -551,14 +551,14 @@ | |
| 551 | ** with TH1 embedded documentation support and the "th1-docs" setting is |
| 552 | ** enabled, the name "FILE/index.th1" is also tried. If none of those are |
| 553 | ** found, then FILE is completely replaced by "404.md" and tried. If that |
| 554 | ** is not found, then a default 404 screen is generated. |
| 555 | ** |
| 556 | ** Headers and footers are added for text/x-fossil-wiki and text/md |
| 557 | ** If the document has mimetype text/html then headers and footers are |
| 558 | ** usually not added. However, a text/html document begins with the |
| 559 | ** following div: |
| 560 | ** |
| 561 | ** <div class='fossil-doc' data-title='TEXT'> |
| 562 | ** |
| 563 | ** then headers and footers are supplied. The optional data-title field |
| 564 | ** specifies the title of the document in that case. |
| 565 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -346,11 +346,11 @@ | |
| 346 | } |
| 347 | return "application/x-fossil-artifact"; |
| 348 | } |
| 349 | |
| 350 | /* |
| 351 | ** COMMAND: test-mimetype |
| 352 | ** |
| 353 | ** Usage: %fossil test-mimetype FILENAME... |
| 354 | ** |
| 355 | ** Return the deduced mimetype for each file listed. |
| 356 | ** |
| @@ -551,14 +551,14 @@ | |
| 551 | ** with TH1 embedded documentation support and the "th1-docs" setting is |
| 552 | ** enabled, the name "FILE/index.th1" is also tried. If none of those are |
| 553 | ** found, then FILE is completely replaced by "404.md" and tried. If that |
| 554 | ** is not found, then a default 404 screen is generated. |
| 555 | ** |
| 556 | ** If the file's mimetype is "text/x-fossil-wiki" or "text/x-markdown" |
| 557 | ** then headers and footers are added. If the document has mimetype |
| 558 | ** text/html then headers and footers are usually not added. However, |
| 559 | ** if a "text/html" document begins with the following div: |
| 560 | ** |
| 561 | ** <div class='fossil-doc' data-title='TEXT'> |
| 562 | ** |
| 563 | ** then headers and footers are supplied. The optional data-title field |
| 564 | ** specifies the title of the document in that case. |
| 565 |
+9
-7
| --- src/event.c | ||
| +++ src/event.c | ||
| @@ -49,19 +49,21 @@ | ||
| 49 | 49 | |
| 50 | 50 | /* |
| 51 | 51 | ** WEBPAGE: technote |
| 52 | 52 | ** WEBPAGE: event |
| 53 | 53 | ** |
| 54 | -** Display a "technical note" or "tech-note" (formerly called an "event"). | |
| 54 | +** Display a technical note (formerly called an "event"). | |
| 55 | 55 | ** |
| 56 | 56 | ** PARAMETERS: |
| 57 | 57 | ** |
| 58 | -** name=ID // Identify the tech-note to display. ID must be complete | |
| 59 | -** aid=ARTIFACTID // Which specific version of the tech-note. Optional. | |
| 60 | -** v=BOOLEAN // Show details if TRUE. Default is FALSE. Optional. | |
| 58 | +** name=ID Identify the technical note to display. ID must be | |
| 59 | +** complete. | |
| 60 | +** aid=ARTIFACTID Which specific version of the tech-note. Optional. | |
| 61 | +** v=BOOLEAN Show details if TRUE. Default is FALSE. Optional. | |
| 61 | 62 | ** |
| 62 | -** Display an existing event identified by EVENTID | |
| 63 | +** Display an existing tech-note identified by its ID, optionally at a | |
| 64 | +** specific version, and optionally with additional details. | |
| 63 | 65 | */ |
| 64 | 66 | void event_page(void){ |
| 65 | 67 | int rid = 0; /* rid of the event artifact */ |
| 66 | 68 | char *zUuid; /* UUID corresponding to rid */ |
| 67 | 69 | const char *zId; /* Event identifier */ |
| @@ -340,15 +342,15 @@ | ||
| 340 | 342 | |
| 341 | 343 | /* |
| 342 | 344 | ** WEBPAGE: technoteedit |
| 343 | 345 | ** WEBPAGE: eventedit |
| 344 | 346 | ** |
| 345 | -** Revise or create a technical note (formerly called an 'event'). | |
| 347 | +** Revise or create a technical note (formerly called an "event"). | |
| 346 | 348 | ** |
| 347 | 349 | ** Parameters: |
| 348 | 350 | ** |
| 349 | -** name=ID Hex hash ID of the tech-note. If omitted, a new | |
| 351 | +** name=ID Hex hash ID of the tech-note. If omitted, a new | |
| 350 | 352 | ** tech-note is created. |
| 351 | 353 | */ |
| 352 | 354 | void eventedit_page(void){ |
| 353 | 355 | char *zTag; |
| 354 | 356 | int rid = 0; |
| 355 | 357 |
| --- src/event.c | |
| +++ src/event.c | |
| @@ -49,19 +49,21 @@ | |
| 49 | |
| 50 | /* |
| 51 | ** WEBPAGE: technote |
| 52 | ** WEBPAGE: event |
| 53 | ** |
| 54 | ** Display a "technical note" or "tech-note" (formerly called an "event"). |
| 55 | ** |
| 56 | ** PARAMETERS: |
| 57 | ** |
| 58 | ** name=ID // Identify the tech-note to display. ID must be complete |
| 59 | ** aid=ARTIFACTID // Which specific version of the tech-note. Optional. |
| 60 | ** v=BOOLEAN // Show details if TRUE. Default is FALSE. Optional. |
| 61 | ** |
| 62 | ** Display an existing event identified by EVENTID |
| 63 | */ |
| 64 | void event_page(void){ |
| 65 | int rid = 0; /* rid of the event artifact */ |
| 66 | char *zUuid; /* UUID corresponding to rid */ |
| 67 | const char *zId; /* Event identifier */ |
| @@ -340,15 +342,15 @@ | |
| 340 | |
| 341 | /* |
| 342 | ** WEBPAGE: technoteedit |
| 343 | ** WEBPAGE: eventedit |
| 344 | ** |
| 345 | ** Revise or create a technical note (formerly called an 'event'). |
| 346 | ** |
| 347 | ** Parameters: |
| 348 | ** |
| 349 | ** name=ID Hex hash ID of the tech-note. If omitted, a new |
| 350 | ** tech-note is created. |
| 351 | */ |
| 352 | void eventedit_page(void){ |
| 353 | char *zTag; |
| 354 | int rid = 0; |
| 355 |
| --- src/event.c | |
| +++ src/event.c | |
| @@ -49,19 +49,21 @@ | |
| 49 | |
| 50 | /* |
| 51 | ** WEBPAGE: technote |
| 52 | ** WEBPAGE: event |
| 53 | ** |
| 54 | ** Display a technical note (formerly called an "event"). |
| 55 | ** |
| 56 | ** PARAMETERS: |
| 57 | ** |
| 58 | ** name=ID Identify the technical note to display. ID must be |
| 59 | ** complete. |
| 60 | ** aid=ARTIFACTID Which specific version of the tech-note. Optional. |
| 61 | ** v=BOOLEAN Show details if TRUE. Default is FALSE. Optional. |
| 62 | ** |
| 63 | ** Display an existing tech-note identified by its ID, optionally at a |
| 64 | ** specific version, and optionally with additional details. |
| 65 | */ |
| 66 | void event_page(void){ |
| 67 | int rid = 0; /* rid of the event artifact */ |
| 68 | char *zUuid; /* UUID corresponding to rid */ |
| 69 | const char *zId; /* Event identifier */ |
| @@ -340,15 +342,15 @@ | |
| 342 | |
| 343 | /* |
| 344 | ** WEBPAGE: technoteedit |
| 345 | ** WEBPAGE: eventedit |
| 346 | ** |
| 347 | ** Revise or create a technical note (formerly called an "event"). |
| 348 | ** |
| 349 | ** Parameters: |
| 350 | ** |
| 351 | ** name=ID Hex hash ID of the tech-note. If omitted, a new |
| 352 | ** tech-note is created. |
| 353 | */ |
| 354 | void eventedit_page(void){ |
| 355 | char *zTag; |
| 356 | int rid = 0; |
| 357 |
+3
-3
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -922,11 +922,11 @@ | ||
| 922 | 922 | blob_resize(pOut, file_simplify_name(blob_buffer(pOut), |
| 923 | 923 | blob_size(pOut), slash)); |
| 924 | 924 | } |
| 925 | 925 | |
| 926 | 926 | /* |
| 927 | -** COMMAND: test-canonical-name | |
| 927 | +** COMMAND: test-canonical-name | |
| 928 | 928 | ** Usage: %fossil test-canonical-name FILENAME... |
| 929 | 929 | ** |
| 930 | 930 | ** Test the operation of the canonical name generator. |
| 931 | 931 | ** Also test Fossil's ability to measure attributes of a file. |
| 932 | 932 | */ |
| @@ -1059,11 +1059,11 @@ | ||
| 1059 | 1059 | memcpy(pOut, &tmp, sizeof(tmp)); |
| 1060 | 1060 | } |
| 1061 | 1061 | } |
| 1062 | 1062 | |
| 1063 | 1063 | /* |
| 1064 | -** COMMAND: test-relative-name | |
| 1064 | +** COMMAND: test-relative-name | |
| 1065 | 1065 | ** |
| 1066 | 1066 | ** Test the operation of the relative name generator. |
| 1067 | 1067 | */ |
| 1068 | 1068 | void cmd_test_relative_name(void){ |
| 1069 | 1069 | int i; |
| @@ -1173,11 +1173,11 @@ | ||
| 1173 | 1173 | blob_reset(&full); |
| 1174 | 1174 | return 1; |
| 1175 | 1175 | } |
| 1176 | 1176 | |
| 1177 | 1177 | /* |
| 1178 | -** COMMAND: test-tree-name | |
| 1178 | +** COMMAND: test-tree-name | |
| 1179 | 1179 | ** |
| 1180 | 1180 | ** Test the operation of the tree name generator. |
| 1181 | 1181 | ** |
| 1182 | 1182 | ** Options: |
| 1183 | 1183 | ** --absolute Return an absolute path instead of a relative one. |
| 1184 | 1184 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -922,11 +922,11 @@ | |
| 922 | blob_resize(pOut, file_simplify_name(blob_buffer(pOut), |
| 923 | blob_size(pOut), slash)); |
| 924 | } |
| 925 | |
| 926 | /* |
| 927 | ** COMMAND: test-canonical-name |
| 928 | ** Usage: %fossil test-canonical-name FILENAME... |
| 929 | ** |
| 930 | ** Test the operation of the canonical name generator. |
| 931 | ** Also test Fossil's ability to measure attributes of a file. |
| 932 | */ |
| @@ -1059,11 +1059,11 @@ | |
| 1059 | memcpy(pOut, &tmp, sizeof(tmp)); |
| 1060 | } |
| 1061 | } |
| 1062 | |
| 1063 | /* |
| 1064 | ** COMMAND: test-relative-name |
| 1065 | ** |
| 1066 | ** Test the operation of the relative name generator. |
| 1067 | */ |
| 1068 | void cmd_test_relative_name(void){ |
| 1069 | int i; |
| @@ -1173,11 +1173,11 @@ | |
| 1173 | blob_reset(&full); |
| 1174 | return 1; |
| 1175 | } |
| 1176 | |
| 1177 | /* |
| 1178 | ** COMMAND: test-tree-name |
| 1179 | ** |
| 1180 | ** Test the operation of the tree name generator. |
| 1181 | ** |
| 1182 | ** Options: |
| 1183 | ** --absolute Return an absolute path instead of a relative one. |
| 1184 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -922,11 +922,11 @@ | |
| 922 | blob_resize(pOut, file_simplify_name(blob_buffer(pOut), |
| 923 | blob_size(pOut), slash)); |
| 924 | } |
| 925 | |
| 926 | /* |
| 927 | ** COMMAND: test-canonical-name |
| 928 | ** Usage: %fossil test-canonical-name FILENAME... |
| 929 | ** |
| 930 | ** Test the operation of the canonical name generator. |
| 931 | ** Also test Fossil's ability to measure attributes of a file. |
| 932 | */ |
| @@ -1059,11 +1059,11 @@ | |
| 1059 | memcpy(pOut, &tmp, sizeof(tmp)); |
| 1060 | } |
| 1061 | } |
| 1062 | |
| 1063 | /* |
| 1064 | ** COMMAND: test-relative-name |
| 1065 | ** |
| 1066 | ** Test the operation of the relative name generator. |
| 1067 | */ |
| 1068 | void cmd_test_relative_name(void){ |
| 1069 | int i; |
| @@ -1173,11 +1173,11 @@ | |
| 1173 | blob_reset(&full); |
| 1174 | return 1; |
| 1175 | } |
| 1176 | |
| 1177 | /* |
| 1178 | ** COMMAND: test-tree-name |
| 1179 | ** |
| 1180 | ** Test the operation of the tree name generator. |
| 1181 | ** |
| 1182 | ** Options: |
| 1183 | ** --absolute Return an absolute path instead of a relative one. |
| 1184 |
+3
-2
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -1427,11 +1427,12 @@ | ||
| 1427 | 1427 | ** WEBPAGE: fdiff |
| 1428 | 1428 | ** URL: fdiff?v1=UUID&v2=UUID&patch&sbs=BOOLEAN®ex=REGEX |
| 1429 | 1429 | ** |
| 1430 | 1430 | ** Two arguments, v1 and v2, identify the files to be diffed. Show the |
| 1431 | 1431 | ** difference between the two artifacts. Show diff side by side unless sbs |
| 1432 | -** is 0. Generate plaintext if "patch" is present. | |
| 1432 | +** is 0. Generate plain text if "patch" is present, otherwise generate | |
| 1433 | +** "pretty" HTML. | |
| 1433 | 1434 | ** |
| 1434 | 1435 | ** Additional parameters: |
| 1435 | 1436 | ** |
| 1436 | 1437 | ** verbose Show more detail when describing artifacts |
| 1437 | 1438 | ** dc=N Show N lines of context around each diff |
| @@ -1815,11 +1816,11 @@ | ||
| 1815 | 1816 | ** Additional query parameters: |
| 1816 | 1817 | ** |
| 1817 | 1818 | ** ln - show line numbers |
| 1818 | 1819 | ** ln=N - highlight line number N |
| 1819 | 1820 | ** ln=M-N - highlight lines M through N inclusive |
| 1820 | -** ln=M-N+Y-Z - higllight lines M through N and Y through Z (inclusive) | |
| 1821 | +** ln=M-N+Y-Z - highlight lines M through N and Y through Z (inclusive) | |
| 1821 | 1822 | ** verbose - show more detail in the description |
| 1822 | 1823 | ** download - redirect to the download (artifact page only) |
| 1823 | 1824 | ** |
| 1824 | 1825 | ** The /artifact page show the complete content of a file |
| 1825 | 1826 | ** identified by SHA1HASH as preformatted text. The |
| 1826 | 1827 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1427,11 +1427,12 @@ | |
| 1427 | ** WEBPAGE: fdiff |
| 1428 | ** URL: fdiff?v1=UUID&v2=UUID&patch&sbs=BOOLEAN®ex=REGEX |
| 1429 | ** |
| 1430 | ** Two arguments, v1 and v2, identify the files to be diffed. Show the |
| 1431 | ** difference between the two artifacts. Show diff side by side unless sbs |
| 1432 | ** is 0. Generate plaintext if "patch" is present. |
| 1433 | ** |
| 1434 | ** Additional parameters: |
| 1435 | ** |
| 1436 | ** verbose Show more detail when describing artifacts |
| 1437 | ** dc=N Show N lines of context around each diff |
| @@ -1815,11 +1816,11 @@ | |
| 1815 | ** Additional query parameters: |
| 1816 | ** |
| 1817 | ** ln - show line numbers |
| 1818 | ** ln=N - highlight line number N |
| 1819 | ** ln=M-N - highlight lines M through N inclusive |
| 1820 | ** ln=M-N+Y-Z - higllight lines M through N and Y through Z (inclusive) |
| 1821 | ** verbose - show more detail in the description |
| 1822 | ** download - redirect to the download (artifact page only) |
| 1823 | ** |
| 1824 | ** The /artifact page show the complete content of a file |
| 1825 | ** identified by SHA1HASH as preformatted text. The |
| 1826 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1427,11 +1427,12 @@ | |
| 1427 | ** WEBPAGE: fdiff |
| 1428 | ** URL: fdiff?v1=UUID&v2=UUID&patch&sbs=BOOLEAN®ex=REGEX |
| 1429 | ** |
| 1430 | ** Two arguments, v1 and v2, identify the files to be diffed. Show the |
| 1431 | ** difference between the two artifacts. Show diff side by side unless sbs |
| 1432 | ** is 0. Generate plain text if "patch" is present, otherwise generate |
| 1433 | ** "pretty" HTML. |
| 1434 | ** |
| 1435 | ** Additional parameters: |
| 1436 | ** |
| 1437 | ** verbose Show more detail when describing artifacts |
| 1438 | ** dc=N Show N lines of context around each diff |
| @@ -1815,11 +1816,11 @@ | |
| 1816 | ** Additional query parameters: |
| 1817 | ** |
| 1818 | ** ln - show line numbers |
| 1819 | ** ln=N - highlight line number N |
| 1820 | ** ln=M-N - highlight lines M through N inclusive |
| 1821 | ** ln=M-N+Y-Z - highlight lines M through N and Y through Z (inclusive) |
| 1822 | ** verbose - show more detail in the description |
| 1823 | ** download - redirect to the download (artifact page only) |
| 1824 | ** |
| 1825 | ** The /artifact page show the complete content of a file |
| 1826 | ** identified by SHA1HASH as preformatted text. The |
| 1827 |
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2619,11 +2619,11 @@ | ||
| 2619 | 2619 | } |
| 2620 | 2620 | #endif |
| 2621 | 2621 | } |
| 2622 | 2622 | |
| 2623 | 2623 | /* |
| 2624 | -** COMMAND: test-echo | |
| 2624 | +** COMMAND: test-echo | |
| 2625 | 2625 | ** |
| 2626 | 2626 | ** Usage: %fossil test-echo [--hex] ARGS... |
| 2627 | 2627 | ** |
| 2628 | 2628 | ** Echo all command-line arguments (enclosed in [...]) to the screen so that |
| 2629 | 2629 | ** wildcard expansion behavior of the host shell can be investigated. |
| 2630 | 2630 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2619,11 +2619,11 @@ | |
| 2619 | } |
| 2620 | #endif |
| 2621 | } |
| 2622 | |
| 2623 | /* |
| 2624 | ** COMMAND: test-echo |
| 2625 | ** |
| 2626 | ** Usage: %fossil test-echo [--hex] ARGS... |
| 2627 | ** |
| 2628 | ** Echo all command-line arguments (enclosed in [...]) to the screen so that |
| 2629 | ** wildcard expansion behavior of the host shell can be investigated. |
| 2630 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2619,11 +2619,11 @@ | |
| 2619 | } |
| 2620 | #endif |
| 2621 | } |
| 2622 | |
| 2623 | /* |
| 2624 | ** COMMAND: test-echo |
| 2625 | ** |
| 2626 | ** Usage: %fossil test-echo [--hex] ARGS... |
| 2627 | ** |
| 2628 | ** Echo all command-line arguments (enclosed in [...]) to the screen so that |
| 2629 | ** wildcard expansion behavior of the host shell can be investigated. |
| 2630 |
+1
-1
| --- src/merge3.c | ||
| +++ src/merge3.c | ||
| @@ -340,11 +340,11 @@ | ||
| 340 | 340 | blob_reset(&file); |
| 341 | 341 | return rc; |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | 344 | /* |
| 345 | -** COMMAND: 3-way-merge* | |
| 345 | +** COMMAND: 3-way-merge* | |
| 346 | 346 | ** |
| 347 | 347 | ** Usage: %fossil 3-way-merge BASELINE V1 V2 MERGED |
| 348 | 348 | ** |
| 349 | 349 | ** Inputs are files BASELINE, V1, and V2. The file MERGED is generated |
| 350 | 350 | ** as output. |
| 351 | 351 |
| --- src/merge3.c | |
| +++ src/merge3.c | |
| @@ -340,11 +340,11 @@ | |
| 340 | blob_reset(&file); |
| 341 | return rc; |
| 342 | } |
| 343 | |
| 344 | /* |
| 345 | ** COMMAND: 3-way-merge* |
| 346 | ** |
| 347 | ** Usage: %fossil 3-way-merge BASELINE V1 V2 MERGED |
| 348 | ** |
| 349 | ** Inputs are files BASELINE, V1, and V2. The file MERGED is generated |
| 350 | ** as output. |
| 351 |
| --- src/merge3.c | |
| +++ src/merge3.c | |
| @@ -340,11 +340,11 @@ | |
| 340 | blob_reset(&file); |
| 341 | return rc; |
| 342 | } |
| 343 | |
| 344 | /* |
| 345 | ** COMMAND: 3-way-merge* |
| 346 | ** |
| 347 | ** Usage: %fossil 3-way-merge BASELINE V1 V2 MERGED |
| 348 | ** |
| 349 | ** Inputs are files BASELINE, V1, and V2. The file MERGED is generated |
| 350 | ** as output. |
| 351 |
+1
-1
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -371,11 +371,11 @@ | ||
| 371 | 371 | } |
| 372 | 372 | return c; |
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | /* |
| 376 | -** COMMAND: test-name-to-id | |
| 376 | +** COMMAND: test-name-to-id | |
| 377 | 377 | ** |
| 378 | 378 | ** Convert a name to a full artifact ID. |
| 379 | 379 | */ |
| 380 | 380 | void test_name_to_id(void){ |
| 381 | 381 | int i; |
| 382 | 382 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -371,11 +371,11 @@ | |
| 371 | } |
| 372 | return c; |
| 373 | } |
| 374 | |
| 375 | /* |
| 376 | ** COMMAND: test-name-to-id |
| 377 | ** |
| 378 | ** Convert a name to a full artifact ID. |
| 379 | */ |
| 380 | void test_name_to_id(void){ |
| 381 | int i; |
| 382 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -371,11 +371,11 @@ | |
| 371 | } |
| 372 | return c; |
| 373 | } |
| 374 | |
| 375 | /* |
| 376 | ** COMMAND: test-name-to-id |
| 377 | ** |
| 378 | ** Convert a name to a full artifact ID. |
| 379 | */ |
| 380 | void test_name_to_id(void){ |
| 381 | int i; |
| 382 |
+2
-2
| --- src/path.c | ||
| +++ src/path.c | ||
| @@ -195,11 +195,11 @@ | ||
| 195 | 195 | for(p=path.pEnd, i=0; p && i<path.nStep/2; p=p->pFrom, i++){} |
| 196 | 196 | return p; |
| 197 | 197 | } |
| 198 | 198 | |
| 199 | 199 | /* |
| 200 | -** COMMAND: test-shortest-path | |
| 200 | +** COMMAND: test-shortest-path | |
| 201 | 201 | ** |
| 202 | 202 | ** Usage: %fossil test-shortest-path ?--no-merge? VERSION1 VERSION2 |
| 203 | 203 | ** |
| 204 | 204 | ** Report the shortest path between two check-ins. If the --no-merge flag |
| 205 | 205 | ** is used, follow only direct parent-child paths and omit merge links. |
| @@ -301,11 +301,11 @@ | ||
| 301 | 301 | path_reset(); |
| 302 | 302 | return 0; |
| 303 | 303 | } |
| 304 | 304 | |
| 305 | 305 | /* |
| 306 | -** COMMAND: test-ancestor-path | |
| 306 | +** COMMAND: test-ancestor-path | |
| 307 | 307 | ** |
| 308 | 308 | ** Usage: %fossil test-ancestor-path VERSION1 VERSION2 |
| 309 | 309 | ** |
| 310 | 310 | ** Report the path from VERSION1 to VERSION2 through their most recent |
| 311 | 311 | ** common ancestor. |
| 312 | 312 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -195,11 +195,11 @@ | |
| 195 | for(p=path.pEnd, i=0; p && i<path.nStep/2; p=p->pFrom, i++){} |
| 196 | return p; |
| 197 | } |
| 198 | |
| 199 | /* |
| 200 | ** COMMAND: test-shortest-path |
| 201 | ** |
| 202 | ** Usage: %fossil test-shortest-path ?--no-merge? VERSION1 VERSION2 |
| 203 | ** |
| 204 | ** Report the shortest path between two check-ins. If the --no-merge flag |
| 205 | ** is used, follow only direct parent-child paths and omit merge links. |
| @@ -301,11 +301,11 @@ | |
| 301 | path_reset(); |
| 302 | return 0; |
| 303 | } |
| 304 | |
| 305 | /* |
| 306 | ** COMMAND: test-ancestor-path |
| 307 | ** |
| 308 | ** Usage: %fossil test-ancestor-path VERSION1 VERSION2 |
| 309 | ** |
| 310 | ** Report the path from VERSION1 to VERSION2 through their most recent |
| 311 | ** common ancestor. |
| 312 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -195,11 +195,11 @@ | |
| 195 | for(p=path.pEnd, i=0; p && i<path.nStep/2; p=p->pFrom, i++){} |
| 196 | return p; |
| 197 | } |
| 198 | |
| 199 | /* |
| 200 | ** COMMAND: test-shortest-path |
| 201 | ** |
| 202 | ** Usage: %fossil test-shortest-path ?--no-merge? VERSION1 VERSION2 |
| 203 | ** |
| 204 | ** Report the shortest path between two check-ins. If the --no-merge flag |
| 205 | ** is used, follow only direct parent-child paths and omit merge links. |
| @@ -301,11 +301,11 @@ | |
| 301 | path_reset(); |
| 302 | return 0; |
| 303 | } |
| 304 | |
| 305 | /* |
| 306 | ** COMMAND: test-ancestor-path |
| 307 | ** |
| 308 | ** Usage: %fossil test-ancestor-path VERSION1 VERSION2 |
| 309 | ** |
| 310 | ** Report the path from VERSION1 to VERSION2 through their most recent |
| 311 | ** common ancestor. |
| 312 |
+1
-1
| --- src/pivot.c | ||
| +++ src/pivot.c | ||
| @@ -147,11 +147,11 @@ | ||
| 147 | 147 | db_finalize(&u1); |
| 148 | 148 | return rid; |
| 149 | 149 | } |
| 150 | 150 | |
| 151 | 151 | /* |
| 152 | -** COMMAND: test-find-pivot | |
| 152 | +** COMMAND: test-find-pivot | |
| 153 | 153 | ** |
| 154 | 154 | ** Test the pivot_find() procedure. |
| 155 | 155 | */ |
| 156 | 156 | void test_find_pivot(void){ |
| 157 | 157 | int i, rid; |
| 158 | 158 |
| --- src/pivot.c | |
| +++ src/pivot.c | |
| @@ -147,11 +147,11 @@ | |
| 147 | db_finalize(&u1); |
| 148 | return rid; |
| 149 | } |
| 150 | |
| 151 | /* |
| 152 | ** COMMAND: test-find-pivot |
| 153 | ** |
| 154 | ** Test the pivot_find() procedure. |
| 155 | */ |
| 156 | void test_find_pivot(void){ |
| 157 | int i, rid; |
| 158 |
| --- src/pivot.c | |
| +++ src/pivot.c | |
| @@ -147,11 +147,11 @@ | |
| 147 | db_finalize(&u1); |
| 148 | return rid; |
| 149 | } |
| 150 | |
| 151 | /* |
| 152 | ** COMMAND: test-find-pivot |
| 153 | ** |
| 154 | ** Test the pivot_find() procedure. |
| 155 | */ |
| 156 | void test_find_pivot(void){ |
| 157 | int i, rid; |
| 158 |
+2
-2
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -682,11 +682,11 @@ | ||
| 682 | 682 | fossil_print("%-15s %6d\n", "Other:", g.parseCnt[CFTYPE_ANY] - subtotal); |
| 683 | 683 | } |
| 684 | 684 | } |
| 685 | 685 | |
| 686 | 686 | /* |
| 687 | -** COMMAND: test-detach ?REPOSITORY? | |
| 687 | +** COMMAND: test-detach ?REPOSITORY? | |
| 688 | 688 | ** |
| 689 | 689 | ** Change the project-code and make other changes in order to prevent |
| 690 | 690 | ** the repository from ever again pushing or pulling to other |
| 691 | 691 | ** repositories. Used to create a "test" repository for development |
| 692 | 692 | ** testing by cloning a working project repository. |
| @@ -703,11 +703,11 @@ | ||
| 703 | 703 | ); |
| 704 | 704 | db_end_transaction(0); |
| 705 | 705 | } |
| 706 | 706 | |
| 707 | 707 | /* |
| 708 | -** COMMAND: test-create-clusters | |
| 708 | +** COMMAND: test-create-clusters | |
| 709 | 709 | ** |
| 710 | 710 | ** Create clusters for all unclustered artifacts if the number of unclustered |
| 711 | 711 | ** artifacts exceeds the current clustering threshold. |
| 712 | 712 | */ |
| 713 | 713 | void test_createcluster_cmd(void){ |
| 714 | 714 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -682,11 +682,11 @@ | |
| 682 | fossil_print("%-15s %6d\n", "Other:", g.parseCnt[CFTYPE_ANY] - subtotal); |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | /* |
| 687 | ** COMMAND: test-detach ?REPOSITORY? |
| 688 | ** |
| 689 | ** Change the project-code and make other changes in order to prevent |
| 690 | ** the repository from ever again pushing or pulling to other |
| 691 | ** repositories. Used to create a "test" repository for development |
| 692 | ** testing by cloning a working project repository. |
| @@ -703,11 +703,11 @@ | |
| 703 | ); |
| 704 | db_end_transaction(0); |
| 705 | } |
| 706 | |
| 707 | /* |
| 708 | ** COMMAND: test-create-clusters |
| 709 | ** |
| 710 | ** Create clusters for all unclustered artifacts if the number of unclustered |
| 711 | ** artifacts exceeds the current clustering threshold. |
| 712 | */ |
| 713 | void test_createcluster_cmd(void){ |
| 714 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -682,11 +682,11 @@ | |
| 682 | fossil_print("%-15s %6d\n", "Other:", g.parseCnt[CFTYPE_ANY] - subtotal); |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | /* |
| 687 | ** COMMAND: test-detach ?REPOSITORY? |
| 688 | ** |
| 689 | ** Change the project-code and make other changes in order to prevent |
| 690 | ** the repository from ever again pushing or pulling to other |
| 691 | ** repositories. Used to create a "test" repository for development |
| 692 | ** testing by cloning a working project repository. |
| @@ -703,11 +703,11 @@ | |
| 703 | ); |
| 704 | db_end_transaction(0); |
| 705 | } |
| 706 | |
| 707 | /* |
| 708 | ** COMMAND: test-create-clusters |
| 709 | ** |
| 710 | ** Create clusters for all unclustered artifacts if the number of unclustered |
| 711 | ** artifacts exceeds the current clustering threshold. |
| 712 | */ |
| 713 | void test_createcluster_cmd(void){ |
| 714 |
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1433,11 +1433,11 @@ | ||
| 1433 | 1433 | } |
| 1434 | 1434 | |
| 1435 | 1435 | /* |
| 1436 | 1436 | ** WEBPAGE: setup_settings |
| 1437 | 1437 | ** |
| 1438 | -** Change or view miscellanous settings. Part of the | |
| 1438 | +** Change or view miscellaneous settings. Part of the | |
| 1439 | 1439 | ** Admin pages requiring Admin privileges. |
| 1440 | 1440 | */ |
| 1441 | 1441 | void setup_settings(void){ |
| 1442 | 1442 | Setting const *pSet; |
| 1443 | 1443 | |
| 1444 | 1444 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1433,11 +1433,11 @@ | |
| 1433 | } |
| 1434 | |
| 1435 | /* |
| 1436 | ** WEBPAGE: setup_settings |
| 1437 | ** |
| 1438 | ** Change or view miscellanous settings. Part of the |
| 1439 | ** Admin pages requiring Admin privileges. |
| 1440 | */ |
| 1441 | void setup_settings(void){ |
| 1442 | Setting const *pSet; |
| 1443 | |
| 1444 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1433,11 +1433,11 @@ | |
| 1433 | } |
| 1434 | |
| 1435 | /* |
| 1436 | ** WEBPAGE: setup_settings |
| 1437 | ** |
| 1438 | ** Change or view miscellaneous settings. Part of the |
| 1439 | ** Admin pages requiring Admin privileges. |
| 1440 | */ |
| 1441 | void setup_settings(void){ |
| 1442 | Setting const *pSet; |
| 1443 | |
| 1444 |
+2
-2
| --- src/sitemap.c | ||
| +++ src/sitemap.c | ||
| @@ -20,14 +20,14 @@ | ||
| 20 | 20 | #include "config.h" |
| 21 | 21 | #include "sitemap.h" |
| 22 | 22 | #include <assert.h> |
| 23 | 23 | |
| 24 | 24 | /* |
| 25 | -** WEBPAGE: sitemap | |
| 25 | +** WEBPAGE: sitemap | |
| 26 | 26 | ** |
| 27 | 27 | ** List some of the web pages offered by the Fossil web engine. This |
| 28 | -** page is intended as a suppliment to the menu bar on the main screen. | |
| 28 | +** page is intended as a supplement to the menu bar on the main screen. | |
| 29 | 29 | ** That is, this page is designed to hold links that are omitted from |
| 30 | 30 | ** the main menu due to lack of space. |
| 31 | 31 | */ |
| 32 | 32 | void sitemap_page(void){ |
| 33 | 33 | int srchFlags; |
| 34 | 34 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -20,14 +20,14 @@ | |
| 20 | #include "config.h" |
| 21 | #include "sitemap.h" |
| 22 | #include <assert.h> |
| 23 | |
| 24 | /* |
| 25 | ** WEBPAGE: sitemap |
| 26 | ** |
| 27 | ** List some of the web pages offered by the Fossil web engine. This |
| 28 | ** page is intended as a suppliment to the menu bar on the main screen. |
| 29 | ** That is, this page is designed to hold links that are omitted from |
| 30 | ** the main menu due to lack of space. |
| 31 | */ |
| 32 | void sitemap_page(void){ |
| 33 | int srchFlags; |
| 34 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -20,14 +20,14 @@ | |
| 20 | #include "config.h" |
| 21 | #include "sitemap.h" |
| 22 | #include <assert.h> |
| 23 | |
| 24 | /* |
| 25 | ** WEBPAGE: sitemap |
| 26 | ** |
| 27 | ** List some of the web pages offered by the Fossil web engine. This |
| 28 | ** page is intended as a supplement to the menu bar on the main screen. |
| 29 | ** That is, this page is designed to hold links that are omitted from |
| 30 | ** the main menu due to lack of space. |
| 31 | */ |
| 32 | void sitemap_page(void){ |
| 33 | int srchFlags; |
| 34 |
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -139,11 +139,11 @@ | ||
| 139 | 139 | sqlite3_snprintf(8, zColor, "#%02x%02x%02x", r,g,b); |
| 140 | 140 | return zColor; |
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | /* |
| 144 | -** COMMAND: test-hash-color | |
| 144 | +** COMMAND: test-hash-color | |
| 145 | 145 | ** |
| 146 | 146 | ** Usage: %fossil test-hash-color TAG ... |
| 147 | 147 | ** |
| 148 | 148 | ** Print out the color names associated with each tag. Used for |
| 149 | 149 | ** testing the hash_color() function. |
| @@ -154,11 +154,11 @@ | ||
| 154 | 154 | fossil_print("%20s: %s\n", g.argv[i], hash_color(g.argv[i])); |
| 155 | 155 | } |
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | /* |
| 159 | -** WEBPAGE: hash-color-test | |
| 159 | +** WEBPAGE: hash-color-test | |
| 160 | 160 | ** |
| 161 | 161 | ** Print out the color names associated with each tag. Used for |
| 162 | 162 | ** testing the hash_color() function. |
| 163 | 163 | */ |
| 164 | 164 | void test_hash_color_page(void){ |
| 165 | 165 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -139,11 +139,11 @@ | |
| 139 | sqlite3_snprintf(8, zColor, "#%02x%02x%02x", r,g,b); |
| 140 | return zColor; |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | ** COMMAND: test-hash-color |
| 145 | ** |
| 146 | ** Usage: %fossil test-hash-color TAG ... |
| 147 | ** |
| 148 | ** Print out the color names associated with each tag. Used for |
| 149 | ** testing the hash_color() function. |
| @@ -154,11 +154,11 @@ | |
| 154 | fossil_print("%20s: %s\n", g.argv[i], hash_color(g.argv[i])); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | /* |
| 159 | ** WEBPAGE: hash-color-test |
| 160 | ** |
| 161 | ** Print out the color names associated with each tag. Used for |
| 162 | ** testing the hash_color() function. |
| 163 | */ |
| 164 | void test_hash_color_page(void){ |
| 165 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -139,11 +139,11 @@ | |
| 139 | sqlite3_snprintf(8, zColor, "#%02x%02x%02x", r,g,b); |
| 140 | return zColor; |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | ** COMMAND: test-hash-color |
| 145 | ** |
| 146 | ** Usage: %fossil test-hash-color TAG ... |
| 147 | ** |
| 148 | ** Print out the color names associated with each tag. Used for |
| 149 | ** testing the hash_color() function. |
| @@ -154,11 +154,11 @@ | |
| 154 | fossil_print("%20s: %s\n", g.argv[i], hash_color(g.argv[i])); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | /* |
| 159 | ** WEBPAGE: hash-color-test |
| 160 | ** |
| 161 | ** Print out the color names associated with each tag. Used for |
| 162 | ** testing the hash_color() function. |
| 163 | */ |
| 164 | void test_hash_color_page(void){ |
| 165 |
+1
-1
| --- src/tktsetup.c | ||
| +++ src/tktsetup.c | ||
| @@ -277,11 +277,11 @@ | ||
| 277 | 277 | return db_get("ticket-change", zDefaultTicketChange); |
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | /* |
| 281 | 281 | ** WEBPAGE: tktsetup_change |
| 282 | -** Adminstrative screen used to view or edit the TH1 script | |
| 282 | +** Administrative screen used to view or edit the TH1 script | |
| 283 | 283 | ** that shows ticket changes. |
| 284 | 284 | */ |
| 285 | 285 | void tktsetup_change_page(void){ |
| 286 | 286 | static const char zDesc[] = |
| 287 | 287 | @ Enter TH1 script that runs after processing the ticket editing |
| 288 | 288 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -277,11 +277,11 @@ | |
| 277 | return db_get("ticket-change", zDefaultTicketChange); |
| 278 | } |
| 279 | |
| 280 | /* |
| 281 | ** WEBPAGE: tktsetup_change |
| 282 | ** Adminstrative screen used to view or edit the TH1 script |
| 283 | ** that shows ticket changes. |
| 284 | */ |
| 285 | void tktsetup_change_page(void){ |
| 286 | static const char zDesc[] = |
| 287 | @ Enter TH1 script that runs after processing the ticket editing |
| 288 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -277,11 +277,11 @@ | |
| 277 | return db_get("ticket-change", zDefaultTicketChange); |
| 278 | } |
| 279 | |
| 280 | /* |
| 281 | ** WEBPAGE: tktsetup_change |
| 282 | ** Administrative screen used to view or edit the TH1 script |
| 283 | ** that shows ticket changes. |
| 284 | */ |
| 285 | void tktsetup_change_page(void){ |
| 286 | static const char zDesc[] = |
| 287 | @ Enter TH1 script that runs after processing the ticket editing |
| 288 |