Fossil SCM
Fix typos in comments. No changes to code.
Commit
b6b50b12447961105483642b5becbeb6472f4010
Parent
996705f5aa7c643…
13 files changed
+1
-1
+3
-3
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+2
-2
+1
-1
+1
-1
+1
-1
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -87,11 +87,11 @@ | ||
| 87 | 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | 89 | ** |
| 90 | 90 | ** Available operations are: |
| 91 | 91 | ** |
| 92 | -** cache Mangages the cache used for potentially expensive web | |
| 92 | +** cache Manages the cache used for potentially expensive web | |
| 93 | 93 | ** pages. Any additional arguments are passed on verbatim |
| 94 | 94 | ** to the cache command. |
| 95 | 95 | ** |
| 96 | 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | 97 | ** This operation has no additional options. |
| 98 | 98 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -87,11 +87,11 @@ | |
| 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** cache Mangages the cache used for potentially expensive web |
| 93 | ** pages. Any additional arguments are passed on verbatim |
| 94 | ** to the cache command. |
| 95 | ** |
| 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | ** This operation has no additional options. |
| 98 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -87,11 +87,11 @@ | |
| 87 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** cache Manages the cache used for potentially expensive web |
| 93 | ** pages. Any additional arguments are passed on verbatim |
| 94 | ** to the cache command. |
| 95 | ** |
| 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | ** This operation has no additional options. |
| 98 |
+3
-3
| --- src/cache.c | ||
| +++ src/cache.c | ||
| @@ -244,16 +244,16 @@ | ||
| 244 | 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | 245 | ** /zip and /tarball. SUBCOMMAND can be: |
| 246 | 246 | ** |
| 247 | 247 | ** clear Remove all entries from the cache. |
| 248 | 248 | ** |
| 249 | -** init Create the cache file if it does not already exists. | |
| 249 | +** init Create the cache file if it does not already exist. | |
| 250 | 250 | ** |
| 251 | 251 | ** list|ls List the keys and content sizes and other stats for |
| 252 | -** all entries currently in the cache | |
| 252 | +** all entries currently in the cache. | |
| 253 | 253 | ** |
| 254 | -** status Show a summary of cache status. | |
| 254 | +** status Show a summary of the cache status. | |
| 255 | 255 | ** |
| 256 | 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | 257 | ** but that is held in the same directory as the repository. The cache |
| 258 | 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | 259 | */ |
| 260 | 260 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -244,16 +244,16 @@ | |
| 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | ** /zip and /tarball. SUBCOMMAND can be: |
| 246 | ** |
| 247 | ** clear Remove all entries from the cache. |
| 248 | ** |
| 249 | ** init Create the cache file if it does not already exists. |
| 250 | ** |
| 251 | ** list|ls List the keys and content sizes and other stats for |
| 252 | ** all entries currently in the cache |
| 253 | ** |
| 254 | ** status Show a summary of cache status. |
| 255 | ** |
| 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | ** but that is held in the same directory as the repository. The cache |
| 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | */ |
| 260 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -244,16 +244,16 @@ | |
| 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | ** /zip and /tarball. SUBCOMMAND can be: |
| 246 | ** |
| 247 | ** clear Remove all entries from the cache. |
| 248 | ** |
| 249 | ** init Create the cache file if it does not already exist. |
| 250 | ** |
| 251 | ** list|ls List the keys and content sizes and other stats for |
| 252 | ** all entries currently in the cache. |
| 253 | ** |
| 254 | ** status Show a summary of the cache status. |
| 255 | ** |
| 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | ** but that is held in the same directory as the repository. The cache |
| 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | */ |
| 260 |
+1
-1
| --- src/checkout.c | ||
| +++ src/checkout.c | ||
| @@ -286,11 +286,11 @@ | ||
| 286 | 286 | ** COMMAND: close* |
| 287 | 287 | ** |
| 288 | 288 | ** Usage: %fossil close ?OPTIONS? |
| 289 | 289 | ** |
| 290 | 290 | ** The opposite of "open". Close the current database connection. |
| 291 | -** Require a -f or --force flag if there are unsaved changed in the | |
| 291 | +** Require a -f or --force flag if there are unsaved changes in the | |
| 292 | 292 | ** current check-out or if there is non-empty stash. |
| 293 | 293 | ** |
| 294 | 294 | ** Options: |
| 295 | 295 | ** --force|-f necessary to close a check out with uncommitted changes |
| 296 | 296 | ** |
| 297 | 297 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -286,11 +286,11 @@ | |
| 286 | ** COMMAND: close* |
| 287 | ** |
| 288 | ** Usage: %fossil close ?OPTIONS? |
| 289 | ** |
| 290 | ** The opposite of "open". Close the current database connection. |
| 291 | ** Require a -f or --force flag if there are unsaved changed in the |
| 292 | ** current check-out or if there is non-empty stash. |
| 293 | ** |
| 294 | ** Options: |
| 295 | ** --force|-f necessary to close a check out with uncommitted changes |
| 296 | ** |
| 297 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -286,11 +286,11 @@ | |
| 286 | ** COMMAND: close* |
| 287 | ** |
| 288 | ** Usage: %fossil close ?OPTIONS? |
| 289 | ** |
| 290 | ** The opposite of "open". Close the current database connection. |
| 291 | ** Require a -f or --force flag if there are unsaved changes in the |
| 292 | ** current check-out or if there is non-empty stash. |
| 293 | ** |
| 294 | ** Options: |
| 295 | ** --force|-f necessary to close a check out with uncommitted changes |
| 296 | ** |
| 297 |
+1
-1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -830,11 +830,11 @@ | ||
| 830 | 830 | ** COMMAND: configuration* |
| 831 | 831 | ** |
| 832 | 832 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 833 | 833 | ** |
| 834 | 834 | ** Where METHOD is one of: export import merge pull push reset. All methods |
| 835 | -** accept the -R or --repository option to specific a repository. | |
| 835 | +** accept the -R or --repository option to specify a repository. | |
| 836 | 836 | ** |
| 837 | 837 | ** %fossil configuration export AREA FILENAME |
| 838 | 838 | ** |
| 839 | 839 | ** Write to FILENAME exported configuration information for AREA. |
| 840 | 840 | ** AREA can be one of: all email project shun skin ticket user |
| 841 | 841 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -830,11 +830,11 @@ | |
| 830 | ** COMMAND: configuration* |
| 831 | ** |
| 832 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 833 | ** |
| 834 | ** Where METHOD is one of: export import merge pull push reset. All methods |
| 835 | ** accept the -R or --repository option to specific a repository. |
| 836 | ** |
| 837 | ** %fossil configuration export AREA FILENAME |
| 838 | ** |
| 839 | ** Write to FILENAME exported configuration information for AREA. |
| 840 | ** AREA can be one of: all email project shun skin ticket user |
| 841 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -830,11 +830,11 @@ | |
| 830 | ** COMMAND: configuration* |
| 831 | ** |
| 832 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 833 | ** |
| 834 | ** Where METHOD is one of: export import merge pull push reset. All methods |
| 835 | ** accept the -R or --repository option to specify a repository. |
| 836 | ** |
| 837 | ** %fossil configuration export AREA FILENAME |
| 838 | ** |
| 839 | ** Write to FILENAME exported configuration information for AREA. |
| 840 | ** AREA can be one of: all email project shun skin ticket user |
| 841 |
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2771,11 +2771,11 @@ | ||
| 2771 | 2771 | ** with filenames formed from the certificate hashes as |
| 2772 | 2772 | ** required by OpenSSL. |
| 2773 | 2773 | ** If set, this will override the OS default list of |
| 2774 | 2774 | ** OpenSSL CAs. If unset, the default list will be used. |
| 2775 | 2775 | ** Some platforms may add additional certificates. |
| 2776 | -** Check your platform behaviour is as required if the | |
| 2776 | +** Checking your platform behaviour is required if the | |
| 2777 | 2777 | ** exact contents of the CA root is critical for your |
| 2778 | 2778 | ** application. |
| 2779 | 2779 | ** |
| 2780 | 2780 | ** ssl-identity The full pathname to a file containing a certificate |
| 2781 | 2781 | ** and private key in PEM format. Create by concatenating |
| 2782 | 2782 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2771,11 +2771,11 @@ | |
| 2771 | ** with filenames formed from the certificate hashes as |
| 2772 | ** required by OpenSSL. |
| 2773 | ** If set, this will override the OS default list of |
| 2774 | ** OpenSSL CAs. If unset, the default list will be used. |
| 2775 | ** Some platforms may add additional certificates. |
| 2776 | ** Check your platform behaviour is as required if the |
| 2777 | ** exact contents of the CA root is critical for your |
| 2778 | ** application. |
| 2779 | ** |
| 2780 | ** ssl-identity The full pathname to a file containing a certificate |
| 2781 | ** and private key in PEM format. Create by concatenating |
| 2782 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2771,11 +2771,11 @@ | |
| 2771 | ** with filenames formed from the certificate hashes as |
| 2772 | ** required by OpenSSL. |
| 2773 | ** If set, this will override the OS default list of |
| 2774 | ** OpenSSL CAs. If unset, the default list will be used. |
| 2775 | ** Some platforms may add additional certificates. |
| 2776 | ** Checking your platform behaviour is required if the |
| 2777 | ** exact contents of the CA root is critical for your |
| 2778 | ** application. |
| 2779 | ** |
| 2780 | ** ssl-identity The full pathname to a file containing a certificate |
| 2781 | ** and private key in PEM format. Create by concatenating |
| 2782 |
+1
-1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -762,11 +762,11 @@ | ||
| 762 | 762 | ** |
| 763 | 763 | ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...? |
| 764 | 764 | ** |
| 765 | 765 | ** Show the difference between the current version of each of the FILEs |
| 766 | 766 | ** specified (as they exist on disk) and that same file as it was checked |
| 767 | -** out. Or if the FILE arguments are omitted, show the unsaved changed | |
| 767 | +** out. Or if the FILE arguments are omitted, show the unsaved changes | |
| 768 | 768 | ** currently in the working check-out. |
| 769 | 769 | ** |
| 770 | 770 | ** If the "--from VERSION" or "-r VERSION" option is used it specifies |
| 771 | 771 | ** the source check-in for the diff operation. If not specified, the |
| 772 | 772 | ** source check-in is the base check-in for the current check-out. |
| 773 | 773 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -762,11 +762,11 @@ | |
| 762 | ** |
| 763 | ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...? |
| 764 | ** |
| 765 | ** Show the difference between the current version of each of the FILEs |
| 766 | ** specified (as they exist on disk) and that same file as it was checked |
| 767 | ** out. Or if the FILE arguments are omitted, show the unsaved changed |
| 768 | ** currently in the working check-out. |
| 769 | ** |
| 770 | ** If the "--from VERSION" or "-r VERSION" option is used it specifies |
| 771 | ** the source check-in for the diff operation. If not specified, the |
| 772 | ** source check-in is the base check-in for the current check-out. |
| 773 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -762,11 +762,11 @@ | |
| 762 | ** |
| 763 | ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...? |
| 764 | ** |
| 765 | ** Show the difference between the current version of each of the FILEs |
| 766 | ** specified (as they exist on disk) and that same file as it was checked |
| 767 | ** out. Or if the FILE arguments are omitted, show the unsaved changes |
| 768 | ** currently in the working check-out. |
| 769 | ** |
| 770 | ** If the "--from VERSION" or "-r VERSION" option is used it specifies |
| 771 | ** the source check-in for the diff operation. If not specified, the |
| 772 | ** source check-in is the base check-in for the current check-out. |
| 773 |
+1
-1
| --- src/import.c | ||
| +++ src/import.c | ||
| @@ -1509,11 +1509,11 @@ | ||
| 1509 | 1509 | ** --base PATH Path to project root in repository |
| 1510 | 1510 | ** --flat The whole dump is a single branch |
| 1511 | 1511 | ** |
| 1512 | 1512 | ** Common Options: |
| 1513 | 1513 | ** -i|--incremental allow importing into an existing repository |
| 1514 | -** -f|--force overwrite repository if already exist | |
| 1514 | +** -f|--force overwrite repository if already exists | |
| 1515 | 1515 | ** -q|--quiet omit progress output |
| 1516 | 1516 | ** --no-rebuild skip the "rebuilding metadata" step |
| 1517 | 1517 | ** --no-vacuum skip the final VACUUM of the database file |
| 1518 | 1518 | ** |
| 1519 | 1519 | ** The --incremental option allows an existing repository to be extended |
| 1520 | 1520 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -1509,11 +1509,11 @@ | |
| 1509 | ** --base PATH Path to project root in repository |
| 1510 | ** --flat The whole dump is a single branch |
| 1511 | ** |
| 1512 | ** Common Options: |
| 1513 | ** -i|--incremental allow importing into an existing repository |
| 1514 | ** -f|--force overwrite repository if already exist |
| 1515 | ** -q|--quiet omit progress output |
| 1516 | ** --no-rebuild skip the "rebuilding metadata" step |
| 1517 | ** --no-vacuum skip the final VACUUM of the database file |
| 1518 | ** |
| 1519 | ** The --incremental option allows an existing repository to be extended |
| 1520 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -1509,11 +1509,11 @@ | |
| 1509 | ** --base PATH Path to project root in repository |
| 1510 | ** --flat The whole dump is a single branch |
| 1511 | ** |
| 1512 | ** Common Options: |
| 1513 | ** -i|--incremental allow importing into an existing repository |
| 1514 | ** -f|--force overwrite repository if already exists |
| 1515 | ** -q|--quiet omit progress output |
| 1516 | ** --no-rebuild skip the "rebuilding metadata" step |
| 1517 | ** --no-vacuum skip the final VACUUM of the database file |
| 1518 | ** |
| 1519 | ** The --incremental option allows an existing repository to be extended |
| 1520 |
+1
-1
| --- src/purge.c | ||
| +++ src/purge.c | ||
| @@ -444,11 +444,11 @@ | ||
| 444 | 444 | ** |
| 445 | 445 | ** If a TAGS includes a branch name then it means all the check-ins |
| 446 | 446 | ** on the most recent occurrance of that branch. |
| 447 | 447 | ** |
| 448 | 448 | ** --explain Make no changes, but show what would happen. |
| 449 | -** --dry-run Make no chances. | |
| 449 | +** --dry-run Make no changes. | |
| 450 | 450 | ** |
| 451 | 451 | ** fossil purge list|ls ?-l? |
| 452 | 452 | ** |
| 453 | 453 | ** Show the graveyard of prior purges. The -l option gives more |
| 454 | 454 | ** detail in the output. |
| 455 | 455 |
| --- src/purge.c | |
| +++ src/purge.c | |
| @@ -444,11 +444,11 @@ | |
| 444 | ** |
| 445 | ** If a TAGS includes a branch name then it means all the check-ins |
| 446 | ** on the most recent occurrance of that branch. |
| 447 | ** |
| 448 | ** --explain Make no changes, but show what would happen. |
| 449 | ** --dry-run Make no chances. |
| 450 | ** |
| 451 | ** fossil purge list|ls ?-l? |
| 452 | ** |
| 453 | ** Show the graveyard of prior purges. The -l option gives more |
| 454 | ** detail in the output. |
| 455 |
| --- src/purge.c | |
| +++ src/purge.c | |
| @@ -444,11 +444,11 @@ | |
| 444 | ** |
| 445 | ** If a TAGS includes a branch name then it means all the check-ins |
| 446 | ** on the most recent occurrance of that branch. |
| 447 | ** |
| 448 | ** --explain Make no changes, but show what would happen. |
| 449 | ** --dry-run Make no changes. |
| 450 | ** |
| 451 | ** fossil purge list|ls ?-l? |
| 452 | ** |
| 453 | ** Show the graveyard of prior purges. The -l option gives more |
| 454 | ** detail in the output. |
| 455 |
+1
-1
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -1634,11 +1634,11 @@ | ||
| 1634 | 1634 | ** index (on|off) Turn the search index on or off |
| 1635 | 1635 | ** |
| 1636 | 1636 | ** enable cdtw Enable various kinds of search. c=Check-ins, |
| 1637 | 1637 | ** d=Documents, t=Tickets, w=Wiki. |
| 1638 | 1638 | ** |
| 1639 | -** disable cdtw Disable versious kinds of search | |
| 1639 | +** disable cdtw Disable various kinds of search | |
| 1640 | 1640 | ** |
| 1641 | 1641 | ** stemmer (on|off) Turn the Porter stemmer on or off for indexed |
| 1642 | 1642 | ** search. (Unindexed search is never stemmed.) |
| 1643 | 1643 | ** |
| 1644 | 1644 | ** The current search settings are displayed after any changes are applied. |
| 1645 | 1645 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -1634,11 +1634,11 @@ | |
| 1634 | ** index (on|off) Turn the search index on or off |
| 1635 | ** |
| 1636 | ** enable cdtw Enable various kinds of search. c=Check-ins, |
| 1637 | ** d=Documents, t=Tickets, w=Wiki. |
| 1638 | ** |
| 1639 | ** disable cdtw Disable versious kinds of search |
| 1640 | ** |
| 1641 | ** stemmer (on|off) Turn the Porter stemmer on or off for indexed |
| 1642 | ** search. (Unindexed search is never stemmed.) |
| 1643 | ** |
| 1644 | ** The current search settings are displayed after any changes are applied. |
| 1645 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -1634,11 +1634,11 @@ | |
| 1634 | ** index (on|off) Turn the search index on or off |
| 1635 | ** |
| 1636 | ** enable cdtw Enable various kinds of search. c=Check-ins, |
| 1637 | ** d=Documents, t=Tickets, w=Wiki. |
| 1638 | ** |
| 1639 | ** disable cdtw Disable various kinds of search |
| 1640 | ** |
| 1641 | ** stemmer (on|off) Turn the Porter stemmer on or off for indexed |
| 1642 | ** search. (Unindexed search is never stemmed.) |
| 1643 | ** |
| 1644 | ** The current search settings are displayed after any changes are applied. |
| 1645 |
+1
-1
| --- src/sha1.c | ||
| +++ src/sha1.c | ||
| @@ -451,11 +451,11 @@ | ||
| 451 | 451 | /* |
| 452 | 452 | ** COMMAND: sha1sum* |
| 453 | 453 | ** %fossil sha1sum FILE... |
| 454 | 454 | ** |
| 455 | 455 | ** Compute an SHA1 checksum of all files named on the command-line. |
| 456 | -** If an file is named "-" then take its content from standard input. | |
| 456 | +** If a file is named "-" then take its content from standard input. | |
| 457 | 457 | */ |
| 458 | 458 | void sha1sum_test(void){ |
| 459 | 459 | int i; |
| 460 | 460 | Blob in; |
| 461 | 461 | Blob cksum; |
| 462 | 462 |
| --- src/sha1.c | |
| +++ src/sha1.c | |
| @@ -451,11 +451,11 @@ | |
| 451 | /* |
| 452 | ** COMMAND: sha1sum* |
| 453 | ** %fossil sha1sum FILE... |
| 454 | ** |
| 455 | ** Compute an SHA1 checksum of all files named on the command-line. |
| 456 | ** If an file is named "-" then take its content from standard input. |
| 457 | */ |
| 458 | void sha1sum_test(void){ |
| 459 | int i; |
| 460 | Blob in; |
| 461 | Blob cksum; |
| 462 |
| --- src/sha1.c | |
| +++ src/sha1.c | |
| @@ -451,11 +451,11 @@ | |
| 451 | /* |
| 452 | ** COMMAND: sha1sum* |
| 453 | ** %fossil sha1sum FILE... |
| 454 | ** |
| 455 | ** Compute an SHA1 checksum of all files named on the command-line. |
| 456 | ** If a file is named "-" then take its content from standard input. |
| 457 | */ |
| 458 | void sha1sum_test(void){ |
| 459 | int i; |
| 460 | Blob in; |
| 461 | Blob cksum; |
| 462 |
+2
-2
| --- src/sqlcmd.c | ||
| +++ src/sqlcmd.c | ||
| @@ -169,11 +169,11 @@ | ||
| 169 | 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | 170 | ** running any SQL commands that modifies the repository database. |
| 171 | 171 | ** |
| 172 | 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | 173 | ** |
| 174 | -** content(X) Return the contenxt of artifact X. X can be a | |
| 174 | +** content(X) Return the content of artifact X. X can be a | |
| 175 | 175 | ** SHA1 hash or prefix or a tag. |
| 176 | 176 | ** |
| 177 | 177 | ** compress(X) Compress text X. |
| 178 | 178 | ** |
| 179 | 179 | ** decompress(X) Decompress text X. Undoes the work of |
| @@ -180,11 +180,11 @@ | ||
| 180 | 180 | ** compress(X). |
| 181 | 181 | ** |
| 182 | 182 | ** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID) |
| 183 | 183 | ** found in check-in X (another BLOB.RID value). |
| 184 | 184 | ** |
| 185 | -** symbolic_name_to_rid(X) Return a the BLOB.RID corresponding to symbolic | |
| 185 | +** symbolic_name_to_rid(X) Return the BLOB.RID corresponding to symbolic | |
| 186 | 186 | ** name X. |
| 187 | 187 | ** |
| 188 | 188 | ** now() Return the number of seconds since 1970. |
| 189 | 189 | ** |
| 190 | 190 | ** REGEXP The REGEXP operator works, unlike in |
| 191 | 191 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -169,11 +169,11 @@ | |
| 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | ** running any SQL commands that modifies the repository database. |
| 171 | ** |
| 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | ** |
| 174 | ** content(X) Return the contenxt of artifact X. X can be a |
| 175 | ** SHA1 hash or prefix or a tag. |
| 176 | ** |
| 177 | ** compress(X) Compress text X. |
| 178 | ** |
| 179 | ** decompress(X) Decompress text X. Undoes the work of |
| @@ -180,11 +180,11 @@ | |
| 180 | ** compress(X). |
| 181 | ** |
| 182 | ** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID) |
| 183 | ** found in check-in X (another BLOB.RID value). |
| 184 | ** |
| 185 | ** symbolic_name_to_rid(X) Return a the BLOB.RID corresponding to symbolic |
| 186 | ** name X. |
| 187 | ** |
| 188 | ** now() Return the number of seconds since 1970. |
| 189 | ** |
| 190 | ** REGEXP The REGEXP operator works, unlike in |
| 191 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -169,11 +169,11 @@ | |
| 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | ** running any SQL commands that modifies the repository database. |
| 171 | ** |
| 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | ** |
| 174 | ** content(X) Return the content of artifact X. X can be a |
| 175 | ** SHA1 hash or prefix or a tag. |
| 176 | ** |
| 177 | ** compress(X) Compress text X. |
| 178 | ** |
| 179 | ** decompress(X) Decompress text X. Undoes the work of |
| @@ -180,11 +180,11 @@ | |
| 180 | ** compress(X). |
| 181 | ** |
| 182 | ** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID) |
| 183 | ** found in check-in X (another BLOB.RID value). |
| 184 | ** |
| 185 | ** symbolic_name_to_rid(X) Return the BLOB.RID corresponding to symbolic |
| 186 | ** name X. |
| 187 | ** |
| 188 | ** now() Return the number of seconds since 1970. |
| 189 | ** |
| 190 | ** REGEXP The REGEXP operator works, unlike in |
| 191 |
+1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1109,11 +1109,11 @@ | ||
| 1109 | 1109 | ** Field names as defined in the TICKET table. By default, these |
| 1110 | 1110 | ** names include: type, status, subsystem, priority, severity, foundin, |
| 1111 | 1111 | ** resolution, title, and comment, but other field names can be added |
| 1112 | 1112 | ** or substituted in customized installations. |
| 1113 | 1113 | ** |
| 1114 | -** If you use +FIELD, the VALUE Is appended to the field FIELD. | |
| 1114 | +** If you use +FIELD, the VALUE is appended to the field FIELD. | |
| 1115 | 1115 | ** You can use more than one field/value pair on the commandline. |
| 1116 | 1116 | ** Using -q|--quote enables the special character decoding as |
| 1117 | 1117 | ** in "ticket show". So it's possible, to set multiline text or |
| 1118 | 1118 | ** text with special characters. |
| 1119 | 1119 | ** |
| 1120 | 1120 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | ** Field names as defined in the TICKET table. By default, these |
| 1110 | ** names include: type, status, subsystem, priority, severity, foundin, |
| 1111 | ** resolution, title, and comment, but other field names can be added |
| 1112 | ** or substituted in customized installations. |
| 1113 | ** |
| 1114 | ** If you use +FIELD, the VALUE Is appended to the field FIELD. |
| 1115 | ** You can use more than one field/value pair on the commandline. |
| 1116 | ** Using -q|--quote enables the special character decoding as |
| 1117 | ** in "ticket show". So it's possible, to set multiline text or |
| 1118 | ** text with special characters. |
| 1119 | ** |
| 1120 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | ** Field names as defined in the TICKET table. By default, these |
| 1110 | ** names include: type, status, subsystem, priority, severity, foundin, |
| 1111 | ** resolution, title, and comment, but other field names can be added |
| 1112 | ** or substituted in customized installations. |
| 1113 | ** |
| 1114 | ** If you use +FIELD, the VALUE is appended to the field FIELD. |
| 1115 | ** You can use more than one field/value pair on the commandline. |
| 1116 | ** Using -q|--quote enables the special character decoding as |
| 1117 | ** in "ticket show". So it's possible, to set multiline text or |
| 1118 | ** text with special characters. |
| 1119 | ** |
| 1120 |
+1
-1
| --- src/zip.c | ||
| +++ src/zip.c | ||
| @@ -388,11 +388,11 @@ | ||
| 388 | 388 | ** COMMAND: zip* |
| 389 | 389 | ** |
| 390 | 390 | ** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO] |
| 391 | 391 | ** |
| 392 | 392 | ** Generate a ZIP archive for a specified version. If the --name option is |
| 393 | -** used, it argument becomes the name of the top-level directory in the | |
| 393 | +** used, its argument becomes the name of the top-level directory in the | |
| 394 | 394 | ** resulting ZIP archive. If --name is omitted, the top-level directory |
| 395 | 395 | ** named is derived from the project name, the check-in date and time, and |
| 396 | 396 | ** the artifact ID of the check-in. |
| 397 | 397 | */ |
| 398 | 398 | void baseline_zip_cmd(void){ |
| 399 | 399 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -388,11 +388,11 @@ | |
| 388 | ** COMMAND: zip* |
| 389 | ** |
| 390 | ** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO] |
| 391 | ** |
| 392 | ** Generate a ZIP archive for a specified version. If the --name option is |
| 393 | ** used, it argument becomes the name of the top-level directory in the |
| 394 | ** resulting ZIP archive. If --name is omitted, the top-level directory |
| 395 | ** named is derived from the project name, the check-in date and time, and |
| 396 | ** the artifact ID of the check-in. |
| 397 | */ |
| 398 | void baseline_zip_cmd(void){ |
| 399 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -388,11 +388,11 @@ | |
| 388 | ** COMMAND: zip* |
| 389 | ** |
| 390 | ** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO] |
| 391 | ** |
| 392 | ** Generate a ZIP archive for a specified version. If the --name option is |
| 393 | ** used, its argument becomes the name of the top-level directory in the |
| 394 | ** resulting ZIP archive. If --name is omitted, the top-level directory |
| 395 | ** named is derived from the project name, the check-in date and time, and |
| 396 | ** the artifact ID of the check-in. |
| 397 | */ |
| 398 | void baseline_zip_cmd(void){ |
| 399 |