Fossil SCM
typos
Commit
7c0f4ecadff7e11640275ff3d7df692558ea1e2f
Parent
efba2bc17b2586e…
10 files changed
+1
-1
+1
-1
+1
-1
+3
-3
+1
-1
+3
-3
+1
-1
+1
-1
+2
-2
+1
-1
+1
-1
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -77,11 +77,11 @@ | ||
| 77 | 77 | ** |
| 78 | 78 | ** rebuild Rebuild on all repositories |
| 79 | 79 | ** |
| 80 | 80 | ** sync Run a "sync" on all repositories |
| 81 | 81 | ** |
| 82 | -** Respositories are automatically added to the set of known repositories | |
| 82 | +** Repositories are automatically added to the set of known repositories | |
| 83 | 83 | ** when one of the following commands are run against the repository: clone, |
| 84 | 84 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 85 | 85 | ** added back to the list of repositories by these commands. |
| 86 | 86 | */ |
| 87 | 87 | void all_cmd(void){ |
| 88 | 88 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -77,11 +77,11 @@ | |
| 77 | ** |
| 78 | ** rebuild Rebuild on all repositories |
| 79 | ** |
| 80 | ** sync Run a "sync" on all repositories |
| 81 | ** |
| 82 | ** Respositories are automatically added to the set of known repositories |
| 83 | ** when one of the following commands are run against the repository: clone, |
| 84 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 85 | ** added back to the list of repositories by these commands. |
| 86 | */ |
| 87 | void all_cmd(void){ |
| 88 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -77,11 +77,11 @@ | |
| 77 | ** |
| 78 | ** rebuild Rebuild on all repositories |
| 79 | ** |
| 80 | ** sync Run a "sync" on all repositories |
| 81 | ** |
| 82 | ** Repositories are automatically added to the set of known repositories |
| 83 | ** when one of the following commands are run against the repository: clone, |
| 84 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 85 | ** added back to the list of repositories by these commands. |
| 86 | */ |
| 87 | void all_cmd(void){ |
| 88 |
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -161,11 +161,11 @@ | ||
| 161 | 161 | ** |
| 162 | 162 | ** Usage: %fossil info ?VERSION | REPOSITORY_FILENAME? ?OPTIONS? |
| 163 | 163 | ** |
| 164 | 164 | ** With no arguments, provide information about the current tree. |
| 165 | 165 | ** If an argument is specified, provide information about the object |
| 166 | -** in the respository of the current tree that the argument refers | |
| 166 | +** in the repository of the current tree that the argument refers | |
| 167 | 167 | ** to. Or if the argument is the name of a repository, show |
| 168 | 168 | ** information about that repository. |
| 169 | 169 | ** |
| 170 | 170 | ** Use the "finfo" command to get information about a specific |
| 171 | 171 | ** file in a checkout. |
| 172 | 172 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -161,11 +161,11 @@ | |
| 161 | ** |
| 162 | ** Usage: %fossil info ?VERSION | REPOSITORY_FILENAME? ?OPTIONS? |
| 163 | ** |
| 164 | ** With no arguments, provide information about the current tree. |
| 165 | ** If an argument is specified, provide information about the object |
| 166 | ** in the respository of the current tree that the argument refers |
| 167 | ** to. Or if the argument is the name of a repository, show |
| 168 | ** information about that repository. |
| 169 | ** |
| 170 | ** Use the "finfo" command to get information about a specific |
| 171 | ** file in a checkout. |
| 172 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -161,11 +161,11 @@ | |
| 161 | ** |
| 162 | ** Usage: %fossil info ?VERSION | REPOSITORY_FILENAME? ?OPTIONS? |
| 163 | ** |
| 164 | ** With no arguments, provide information about the current tree. |
| 165 | ** If an argument is specified, provide information about the object |
| 166 | ** in the repository of the current tree that the argument refers |
| 167 | ** to. Or if the argument is the name of a repository, show |
| 168 | ** information about that repository. |
| 169 | ** |
| 170 | ** Use the "finfo" command to get information about a specific |
| 171 | ** file in a checkout. |
| 172 |
+1
-1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -1441,11 +1441,11 @@ | ||
| 1441 | 1441 | rc = sqlite3_exec(pOther, "SELECT count(*) FROM user", 0, 0, pzErrMsg); |
| 1442 | 1442 | } |
| 1443 | 1443 | sqlite3_close(pOther); |
| 1444 | 1444 | if( rc ) return; |
| 1445 | 1445 | |
| 1446 | - /* Attach the other respository. Make sure the username/password is | |
| 1446 | + /* Attach the other repository. Make sure the username/password is | |
| 1447 | 1447 | ** valid and has Setup permission. |
| 1448 | 1448 | */ |
| 1449 | 1449 | db_multi_exec("ATTACH %Q AS other", zRepo); |
| 1450 | 1450 | zOtherProjCode = db_text("x", "SELECT value FROM other.config" |
| 1451 | 1451 | " WHERE name='project-code'"); |
| 1452 | 1452 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1441,11 +1441,11 @@ | |
| 1441 | rc = sqlite3_exec(pOther, "SELECT count(*) FROM user", 0, 0, pzErrMsg); |
| 1442 | } |
| 1443 | sqlite3_close(pOther); |
| 1444 | if( rc ) return; |
| 1445 | |
| 1446 | /* Attach the other respository. Make sure the username/password is |
| 1447 | ** valid and has Setup permission. |
| 1448 | */ |
| 1449 | db_multi_exec("ATTACH %Q AS other", zRepo); |
| 1450 | zOtherProjCode = db_text("x", "SELECT value FROM other.config" |
| 1451 | " WHERE name='project-code'"); |
| 1452 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1441,11 +1441,11 @@ | |
| 1441 | rc = sqlite3_exec(pOther, "SELECT count(*) FROM user", 0, 0, pzErrMsg); |
| 1442 | } |
| 1443 | sqlite3_close(pOther); |
| 1444 | if( rc ) return; |
| 1445 | |
| 1446 | /* Attach the other repository. Make sure the username/password is |
| 1447 | ** valid and has Setup permission. |
| 1448 | */ |
| 1449 | db_multi_exec("ATTACH %Q AS other", zRepo); |
| 1450 | zOtherProjCode = db_text("x", "SELECT value FROM other.config" |
| 1451 | " WHERE name='project-code'"); |
| 1452 |
+3
-3
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1545,11 +1545,11 @@ | ||
| 1545 | 1545 | ** is a directory, the repositories it contains must be named |
| 1546 | 1546 | ** "*.fossil". If g.argv[2] does not exists, then we must be within |
| 1547 | 1547 | ** a check-out and the repository to be served is the repository of |
| 1548 | 1548 | ** that check-out. |
| 1549 | 1549 | ** |
| 1550 | -** Open the respository to be served if it is known. If g.argv[2] is | |
| 1550 | +** Open the repository to be served if it is known. If g.argv[2] is | |
| 1551 | 1551 | ** a directory full of repositories, then set g.zRepositoryName to |
| 1552 | 1552 | ** the name of that directory and the specific repository will be |
| 1553 | 1553 | ** opened later by process_one_web_page() based on the content of |
| 1554 | 1554 | ** the PATH_INFO variable. |
| 1555 | 1555 | ** |
| @@ -1581,11 +1581,11 @@ | ||
| 1581 | 1581 | ** Handle a single HTTP request appearing on stdin. The resulting webpage |
| 1582 | 1582 | ** is delivered on stdout. This method is used to launch an HTTP request |
| 1583 | 1583 | ** handler from inetd, for example. The argument is the name of the |
| 1584 | 1584 | ** repository. |
| 1585 | 1585 | ** |
| 1586 | -** If REPOSITORY is a directory that contains one or more respositories | |
| 1586 | +** If REPOSITORY is a directory that contains one or more repositories | |
| 1587 | 1587 | ** with names of the form "*.fossil" then the first element of the URL |
| 1588 | 1588 | ** pathname selects among the various repositories. If the pathname does |
| 1589 | 1589 | ** not select a valid repository and the --notfound option is available, |
| 1590 | 1590 | ** then the server redirects (HTTP code 302) to the URL of --notfound. |
| 1591 | 1591 | ** |
| @@ -1697,11 +1697,11 @@ | ||
| 1697 | 1697 | ** The "ui" command automatically starts a web browser after initializing |
| 1698 | 1698 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 1699 | 1699 | ** only process HTTP traffic from the local machine. |
| 1700 | 1700 | ** |
| 1701 | 1701 | ** In the "server" command, the REPOSITORY can be a directory (aka folder) |
| 1702 | -** that contains one or more respositories with names ending in ".fossil". | |
| 1702 | +** that contains one or more rspositories with names ending in ".fossil". | |
| 1703 | 1703 | ** In that case, the first element of the URL is used to select among the |
| 1704 | 1704 | ** various repositories. |
| 1705 | 1705 | ** |
| 1706 | 1706 | ** By default, the "ui" command provides full administrative access without |
| 1707 | 1707 | ** having to log in. This can be disabled by setting turning off the |
| 1708 | 1708 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1545,11 +1545,11 @@ | |
| 1545 | ** is a directory, the repositories it contains must be named |
| 1546 | ** "*.fossil". If g.argv[2] does not exists, then we must be within |
| 1547 | ** a check-out and the repository to be served is the repository of |
| 1548 | ** that check-out. |
| 1549 | ** |
| 1550 | ** Open the respository to be served if it is known. If g.argv[2] is |
| 1551 | ** a directory full of repositories, then set g.zRepositoryName to |
| 1552 | ** the name of that directory and the specific repository will be |
| 1553 | ** opened later by process_one_web_page() based on the content of |
| 1554 | ** the PATH_INFO variable. |
| 1555 | ** |
| @@ -1581,11 +1581,11 @@ | |
| 1581 | ** Handle a single HTTP request appearing on stdin. The resulting webpage |
| 1582 | ** is delivered on stdout. This method is used to launch an HTTP request |
| 1583 | ** handler from inetd, for example. The argument is the name of the |
| 1584 | ** repository. |
| 1585 | ** |
| 1586 | ** If REPOSITORY is a directory that contains one or more respositories |
| 1587 | ** with names of the form "*.fossil" then the first element of the URL |
| 1588 | ** pathname selects among the various repositories. If the pathname does |
| 1589 | ** not select a valid repository and the --notfound option is available, |
| 1590 | ** then the server redirects (HTTP code 302) to the URL of --notfound. |
| 1591 | ** |
| @@ -1697,11 +1697,11 @@ | |
| 1697 | ** The "ui" command automatically starts a web browser after initializing |
| 1698 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 1699 | ** only process HTTP traffic from the local machine. |
| 1700 | ** |
| 1701 | ** In the "server" command, the REPOSITORY can be a directory (aka folder) |
| 1702 | ** that contains one or more respositories with names ending in ".fossil". |
| 1703 | ** In that case, the first element of the URL is used to select among the |
| 1704 | ** various repositories. |
| 1705 | ** |
| 1706 | ** By default, the "ui" command provides full administrative access without |
| 1707 | ** having to log in. This can be disabled by setting turning off the |
| 1708 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1545,11 +1545,11 @@ | |
| 1545 | ** is a directory, the repositories it contains must be named |
| 1546 | ** "*.fossil". If g.argv[2] does not exists, then we must be within |
| 1547 | ** a check-out and the repository to be served is the repository of |
| 1548 | ** that check-out. |
| 1549 | ** |
| 1550 | ** Open the repository to be served if it is known. If g.argv[2] is |
| 1551 | ** a directory full of repositories, then set g.zRepositoryName to |
| 1552 | ** the name of that directory and the specific repository will be |
| 1553 | ** opened later by process_one_web_page() based on the content of |
| 1554 | ** the PATH_INFO variable. |
| 1555 | ** |
| @@ -1581,11 +1581,11 @@ | |
| 1581 | ** Handle a single HTTP request appearing on stdin. The resulting webpage |
| 1582 | ** is delivered on stdout. This method is used to launch an HTTP request |
| 1583 | ** handler from inetd, for example. The argument is the name of the |
| 1584 | ** repository. |
| 1585 | ** |
| 1586 | ** If REPOSITORY is a directory that contains one or more repositories |
| 1587 | ** with names of the form "*.fossil" then the first element of the URL |
| 1588 | ** pathname selects among the various repositories. If the pathname does |
| 1589 | ** not select a valid repository and the --notfound option is available, |
| 1590 | ** then the server redirects (HTTP code 302) to the URL of --notfound. |
| 1591 | ** |
| @@ -1697,11 +1697,11 @@ | |
| 1697 | ** The "ui" command automatically starts a web browser after initializing |
| 1698 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 1699 | ** only process HTTP traffic from the local machine. |
| 1700 | ** |
| 1701 | ** In the "server" command, the REPOSITORY can be a directory (aka folder) |
| 1702 | ** that contains one or more rspositories with names ending in ".fossil". |
| 1703 | ** In that case, the first element of the URL is used to select among the |
| 1704 | ** various repositories. |
| 1705 | ** |
| 1706 | ** By default, the "ui" command provides full administrative access without |
| 1707 | ** having to log in. This can be disabled by setting turning off the |
| 1708 |
+1
-1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -745,11 +745,11 @@ | ||
| 745 | 745 | /* |
| 746 | 746 | ** COMMAND: scrub* |
| 747 | 747 | ** %fossil scrub ?OPTIONS? ?REPOSITORY? |
| 748 | 748 | ** |
| 749 | 749 | ** The command removes sensitive information (such as passwords) from a |
| 750 | -** repository so that the respository can be sent to an untrusted reader. | |
| 750 | +** repository so that the repository can be sent to an untrusted reader. | |
| 751 | 751 | ** |
| 752 | 752 | ** By default, only passwords are removed. However, if the --verily option |
| 753 | 753 | ** is added, then private branches, concealed email addresses, IP |
| 754 | 754 | ** addresses of correspondents, and similar privacy-sensitive fields |
| 755 | 755 | ** are also purged. If the --private option is used, then only private |
| 756 | 756 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -745,11 +745,11 @@ | |
| 745 | /* |
| 746 | ** COMMAND: scrub* |
| 747 | ** %fossil scrub ?OPTIONS? ?REPOSITORY? |
| 748 | ** |
| 749 | ** The command removes sensitive information (such as passwords) from a |
| 750 | ** repository so that the respository can be sent to an untrusted reader. |
| 751 | ** |
| 752 | ** By default, only passwords are removed. However, if the --verily option |
| 753 | ** is added, then private branches, concealed email addresses, IP |
| 754 | ** addresses of correspondents, and similar privacy-sensitive fields |
| 755 | ** are also purged. If the --private option is used, then only private |
| 756 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -745,11 +745,11 @@ | |
| 745 | /* |
| 746 | ** COMMAND: scrub* |
| 747 | ** %fossil scrub ?OPTIONS? ?REPOSITORY? |
| 748 | ** |
| 749 | ** The command removes sensitive information (such as passwords) from a |
| 750 | ** repository so that the repository can be sent to an untrusted reader. |
| 751 | ** |
| 752 | ** By default, only passwords are removed. However, if the --verily option |
| 753 | ** is added, then private branches, concealed email addresses, IP |
| 754 | ** addresses of correspondents, and similar privacy-sensitive fields |
| 755 | ** are also purged. If the --private option is used, then only private |
| 756 |
+3
-3
| --- src/shun.c | ||
| +++ src/shun.c | ||
| @@ -77,11 +77,11 @@ | ||
| 77 | 77 | }else{ |
| 78 | 78 | @ <p class="noMoreShun">Artifact %s(zUuid) will no longer |
| 79 | 79 | @ be shunned. But it does not exist in the repository. It |
| 80 | 80 | @ may be necessary to rebuild the repository using the |
| 81 | 81 | @ <b>fossil rebuild</b> command-line before the artifact content |
| 82 | - @ can pulled in from other respositories.</p> | |
| 82 | + @ can pulled in from other repositories.</p> | |
| 83 | 83 | } |
| 84 | 84 | } |
| 85 | 85 | if( zUuid && P("add") ){ |
| 86 | 86 | int rid, tagid; |
| 87 | 87 | login_verify_csrf_secret(); |
| @@ -89,11 +89,11 @@ | ||
| 89 | 89 | "INSERT OR IGNORE INTO shun(uuid,mtime)" |
| 90 | 90 | " VALUES('%s', now())", zUuid); |
| 91 | 91 | @ <p class="shunned">Artifact |
| 92 | 92 | @ <a href="%s(g.zTop)/artifact/%s(zUuid)">%s(zUuid)</a> has been |
| 93 | 93 | @ shunned. It will no longer be pushed. |
| 94 | - @ It will be removed from the repository the next time the respository | |
| 94 | + @ It will be removed from the repository the next time the repository | |
| 95 | 95 | @ is rebuilt using the <b>fossil rebuild</b> command-line</p> |
| 96 | 96 | db_multi_exec("DELETE FROM attachment WHERE src=%Q", zUuid); |
| 97 | 97 | rid = db_int(0, "SELECT rid FROM blob WHERE uuid=%Q", zUuid); |
| 98 | 98 | if( rid ){ |
| 99 | 99 | db_multi_exec("DELETE FROM event WHERE objid=%d", rid); |
| @@ -147,11 +147,11 @@ | ||
| 147 | 147 | @ <input type="text" name="uuid" size="50" /> |
| 148 | 148 | @ <input type="submit" name="sub" value="Accept" /> |
| 149 | 149 | @ </div></form> |
| 150 | 150 | @ </blockquote> |
| 151 | 151 | @ |
| 152 | - @ <p>Press the Rebuild button below to rebuild the respository. The | |
| 152 | + @ <p>Press the Rebuild button below to rebuild the repository. The | |
| 153 | 153 | @ content of newly shunned artifacts is not purged until the repository |
| 154 | 154 | @ is rebuilt. On larger repositories, the rebuild may take minute or |
| 155 | 155 | @ two, so be patient after pressing the button.</p> |
| 156 | 156 | @ |
| 157 | 157 | @ <blockquote> |
| 158 | 158 |
| --- src/shun.c | |
| +++ src/shun.c | |
| @@ -77,11 +77,11 @@ | |
| 77 | }else{ |
| 78 | @ <p class="noMoreShun">Artifact %s(zUuid) will no longer |
| 79 | @ be shunned. But it does not exist in the repository. It |
| 80 | @ may be necessary to rebuild the repository using the |
| 81 | @ <b>fossil rebuild</b> command-line before the artifact content |
| 82 | @ can pulled in from other respositories.</p> |
| 83 | } |
| 84 | } |
| 85 | if( zUuid && P("add") ){ |
| 86 | int rid, tagid; |
| 87 | login_verify_csrf_secret(); |
| @@ -89,11 +89,11 @@ | |
| 89 | "INSERT OR IGNORE INTO shun(uuid,mtime)" |
| 90 | " VALUES('%s', now())", zUuid); |
| 91 | @ <p class="shunned">Artifact |
| 92 | @ <a href="%s(g.zTop)/artifact/%s(zUuid)">%s(zUuid)</a> has been |
| 93 | @ shunned. It will no longer be pushed. |
| 94 | @ It will be removed from the repository the next time the respository |
| 95 | @ is rebuilt using the <b>fossil rebuild</b> command-line</p> |
| 96 | db_multi_exec("DELETE FROM attachment WHERE src=%Q", zUuid); |
| 97 | rid = db_int(0, "SELECT rid FROM blob WHERE uuid=%Q", zUuid); |
| 98 | if( rid ){ |
| 99 | db_multi_exec("DELETE FROM event WHERE objid=%d", rid); |
| @@ -147,11 +147,11 @@ | |
| 147 | @ <input type="text" name="uuid" size="50" /> |
| 148 | @ <input type="submit" name="sub" value="Accept" /> |
| 149 | @ </div></form> |
| 150 | @ </blockquote> |
| 151 | @ |
| 152 | @ <p>Press the Rebuild button below to rebuild the respository. The |
| 153 | @ content of newly shunned artifacts is not purged until the repository |
| 154 | @ is rebuilt. On larger repositories, the rebuild may take minute or |
| 155 | @ two, so be patient after pressing the button.</p> |
| 156 | @ |
| 157 | @ <blockquote> |
| 158 |
| --- src/shun.c | |
| +++ src/shun.c | |
| @@ -77,11 +77,11 @@ | |
| 77 | }else{ |
| 78 | @ <p class="noMoreShun">Artifact %s(zUuid) will no longer |
| 79 | @ be shunned. But it does not exist in the repository. It |
| 80 | @ may be necessary to rebuild the repository using the |
| 81 | @ <b>fossil rebuild</b> command-line before the artifact content |
| 82 | @ can pulled in from other repositories.</p> |
| 83 | } |
| 84 | } |
| 85 | if( zUuid && P("add") ){ |
| 86 | int rid, tagid; |
| 87 | login_verify_csrf_secret(); |
| @@ -89,11 +89,11 @@ | |
| 89 | "INSERT OR IGNORE INTO shun(uuid,mtime)" |
| 90 | " VALUES('%s', now())", zUuid); |
| 91 | @ <p class="shunned">Artifact |
| 92 | @ <a href="%s(g.zTop)/artifact/%s(zUuid)">%s(zUuid)</a> has been |
| 93 | @ shunned. It will no longer be pushed. |
| 94 | @ It will be removed from the repository the next time the repository |
| 95 | @ is rebuilt using the <b>fossil rebuild</b> command-line</p> |
| 96 | db_multi_exec("DELETE FROM attachment WHERE src=%Q", zUuid); |
| 97 | rid = db_int(0, "SELECT rid FROM blob WHERE uuid=%Q", zUuid); |
| 98 | if( rid ){ |
| 99 | db_multi_exec("DELETE FROM event WHERE objid=%d", rid); |
| @@ -147,11 +147,11 @@ | |
| 147 | @ <input type="text" name="uuid" size="50" /> |
| 148 | @ <input type="submit" name="sub" value="Accept" /> |
| 149 | @ </div></form> |
| 150 | @ </blockquote> |
| 151 | @ |
| 152 | @ <p>Press the Rebuild button below to rebuild the repository. The |
| 153 | @ content of newly shunned artifacts is not purged until the repository |
| 154 | @ is rebuilt. On larger repositories, the rebuild may take minute or |
| 155 | @ two, so be patient after pressing the button.</p> |
| 156 | @ |
| 157 | @ <blockquote> |
| 158 |
+1
-1
| --- src/sync.c | ||
| +++ src/sync.c | ||
| @@ -29,11 +29,11 @@ | ||
| 29 | 29 | #define AUTOSYNC_PULL 2 |
| 30 | 30 | |
| 31 | 31 | #endif /* INTERFACE */ |
| 32 | 32 | |
| 33 | 33 | /* |
| 34 | -** If the respository is configured for autosyncing, then do an | |
| 34 | +** If the repository is configured for autosyncing, then do an | |
| 35 | 35 | ** autosync. This will be a pull if the argument is true or a push |
| 36 | 36 | ** if the argument is false. |
| 37 | 37 | ** |
| 38 | 38 | ** Return the number of errors. |
| 39 | 39 | */ |
| 40 | 40 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -29,11 +29,11 @@ | |
| 29 | #define AUTOSYNC_PULL 2 |
| 30 | |
| 31 | #endif /* INTERFACE */ |
| 32 | |
| 33 | /* |
| 34 | ** If the respository is configured for autosyncing, then do an |
| 35 | ** autosync. This will be a pull if the argument is true or a push |
| 36 | ** if the argument is false. |
| 37 | ** |
| 38 | ** Return the number of errors. |
| 39 | */ |
| 40 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -29,11 +29,11 @@ | |
| 29 | #define AUTOSYNC_PULL 2 |
| 30 | |
| 31 | #endif /* INTERFACE */ |
| 32 | |
| 33 | /* |
| 34 | ** If the repository is configured for autosyncing, then do an |
| 35 | ** autosync. This will be a pull if the argument is true or a push |
| 36 | ** if the argument is false. |
| 37 | ** |
| 38 | ** Return the number of errors. |
| 39 | */ |
| 40 |
+1
-1
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -825,11 +825,11 @@ | ||
| 825 | 825 | @ </ol> |
| 826 | 826 | style_footer(); |
| 827 | 827 | } |
| 828 | 828 | |
| 829 | 829 | /* |
| 830 | -** Add a new wiki page to the respository. The page name is | |
| 830 | +** Add a new wiki page to the repository. The page name is | |
| 831 | 831 | ** given by the zPageName parameter. isNew must be true to create |
| 832 | 832 | ** a new page. If no previous page with the name zPageName exists |
| 833 | 833 | ** and isNew is false, then this routine throws an error. |
| 834 | 834 | ** |
| 835 | 835 | ** The content of the new page is given by the blob pContent. |
| 836 | 836 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -825,11 +825,11 @@ | |
| 825 | @ </ol> |
| 826 | style_footer(); |
| 827 | } |
| 828 | |
| 829 | /* |
| 830 | ** Add a new wiki page to the respository. The page name is |
| 831 | ** given by the zPageName parameter. isNew must be true to create |
| 832 | ** a new page. If no previous page with the name zPageName exists |
| 833 | ** and isNew is false, then this routine throws an error. |
| 834 | ** |
| 835 | ** The content of the new page is given by the blob pContent. |
| 836 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -825,11 +825,11 @@ | |
| 825 | @ </ol> |
| 826 | style_footer(); |
| 827 | } |
| 828 | |
| 829 | /* |
| 830 | ** Add a new wiki page to the repository. The page name is |
| 831 | ** given by the zPageName parameter. isNew must be true to create |
| 832 | ** a new page. If no previous page with the name zPageName exists |
| 833 | ** and isNew is false, then this routine throws an error. |
| 834 | ** |
| 835 | ** The content of the new page is given by the blob pContent. |
| 836 |
+2
-2
| --- src/winhttp.c | ||
| +++ src/winhttp.c | ||
| @@ -504,18 +504,18 @@ | ||
| 504 | 504 | ** |
| 505 | 505 | ** Specifies the name of the repository to be served. |
| 506 | 506 | ** The repository option may be omitted if the working directory |
| 507 | 507 | ** is within an open checkout. |
| 508 | 508 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 509 | -** one or more respositories with names ending in ".fossil". | |
| 509 | +** one or more repositories with names ending in ".fossil". | |
| 510 | 510 | ** In that case, the first element of the URL is used to select |
| 511 | 511 | ** among the various repositories. |
| 512 | 512 | ** |
| 513 | 513 | ** --notfound URL |
| 514 | 514 | ** |
| 515 | 515 | ** If REPOSITORY is a directory that contains one or more |
| 516 | -** respositories with names of the form "*.fossil" then the | |
| 516 | +** repositories with names of the form "*.fossil" then the | |
| 517 | 517 | ** first element of the URL pathname selects among the various |
| 518 | 518 | ** repositories. If the pathname does not select a valid |
| 519 | 519 | ** repository and the --notfound option is available, |
| 520 | 520 | ** then the server redirects (HTTP code 302) to the URL of |
| 521 | 521 | ** --notfound. |
| 522 | 522 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -504,18 +504,18 @@ | |
| 504 | ** |
| 505 | ** Specifies the name of the repository to be served. |
| 506 | ** The repository option may be omitted if the working directory |
| 507 | ** is within an open checkout. |
| 508 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 509 | ** one or more respositories with names ending in ".fossil". |
| 510 | ** In that case, the first element of the URL is used to select |
| 511 | ** among the various repositories. |
| 512 | ** |
| 513 | ** --notfound URL |
| 514 | ** |
| 515 | ** If REPOSITORY is a directory that contains one or more |
| 516 | ** respositories with names of the form "*.fossil" then the |
| 517 | ** first element of the URL pathname selects among the various |
| 518 | ** repositories. If the pathname does not select a valid |
| 519 | ** repository and the --notfound option is available, |
| 520 | ** then the server redirects (HTTP code 302) to the URL of |
| 521 | ** --notfound. |
| 522 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -504,18 +504,18 @@ | |
| 504 | ** |
| 505 | ** Specifies the name of the repository to be served. |
| 506 | ** The repository option may be omitted if the working directory |
| 507 | ** is within an open checkout. |
| 508 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 509 | ** one or more repositories with names ending in ".fossil". |
| 510 | ** In that case, the first element of the URL is used to select |
| 511 | ** among the various repositories. |
| 512 | ** |
| 513 | ** --notfound URL |
| 514 | ** |
| 515 | ** If REPOSITORY is a directory that contains one or more |
| 516 | ** repositories with names of the form "*.fossil" then the |
| 517 | ** first element of the URL pathname selects among the various |
| 518 | ** repositories. If the pathname does not select a valid |
| 519 | ** repository and the --notfound option is available, |
| 520 | ** then the server redirects (HTTP code 302) to the URL of |
| 521 | ** --notfound. |
| 522 |
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -1206,11 +1206,11 @@ | ||
| 1206 | 1206 | request_phantoms(&xfer, 500); |
| 1207 | 1207 | } |
| 1208 | 1208 | if( isClone && nGimme==0 ){ |
| 1209 | 1209 | /* The initial "clone" message from client to server contains no |
| 1210 | 1210 | ** "gimme" cards. On that initial message, send the client an "igot" |
| 1211 | - ** card for every artifact currently in the respository. This will | |
| 1211 | + ** card for every artifact currently in the repository. This will | |
| 1212 | 1212 | ** cause the client to create phantoms for all artifacts, which will |
| 1213 | 1213 | ** in turn make sure that the entire repository is sent efficiently |
| 1214 | 1214 | ** and expeditiously. |
| 1215 | 1215 | */ |
| 1216 | 1216 | send_all(&xfer); |
| 1217 | 1217 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1206,11 +1206,11 @@ | |
| 1206 | request_phantoms(&xfer, 500); |
| 1207 | } |
| 1208 | if( isClone && nGimme==0 ){ |
| 1209 | /* The initial "clone" message from client to server contains no |
| 1210 | ** "gimme" cards. On that initial message, send the client an "igot" |
| 1211 | ** card for every artifact currently in the respository. This will |
| 1212 | ** cause the client to create phantoms for all artifacts, which will |
| 1213 | ** in turn make sure that the entire repository is sent efficiently |
| 1214 | ** and expeditiously. |
| 1215 | */ |
| 1216 | send_all(&xfer); |
| 1217 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1206,11 +1206,11 @@ | |
| 1206 | request_phantoms(&xfer, 500); |
| 1207 | } |
| 1208 | if( isClone && nGimme==0 ){ |
| 1209 | /* The initial "clone" message from client to server contains no |
| 1210 | ** "gimme" cards. On that initial message, send the client an "igot" |
| 1211 | ** card for every artifact currently in the repository. This will |
| 1212 | ** cause the client to create phantoms for all artifacts, which will |
| 1213 | ** in turn make sure that the entire repository is sent efficiently |
| 1214 | ** and expeditiously. |
| 1215 | */ |
| 1216 | send_all(&xfer); |
| 1217 |