Fossil SCM

typos

jan.nijtmans 2012-08-30 14:30 trunk
Commit 7c0f4ecadff7e11640275ff3d7df692558ea1e2f
+1 -1
--- src/allrepo.c
+++ src/allrepo.c
@@ -77,11 +77,11 @@
7777
**
7878
** rebuild Rebuild on all repositories
7979
**
8080
** sync Run a "sync" on all repositories
8181
**
82
-** Respositories are automatically added to the set of known repositories
82
+** Repositories are automatically added to the set of known repositories
8383
** when one of the following commands are run against the repository: clone,
8484
** info, pull, push, or sync. Even previously ignored repositories are
8585
** added back to the list of repositories by these commands.
8686
*/
8787
void all_cmd(void){
8888
--- 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 @@
161161
**
162162
** Usage: %fossil info ?VERSION | REPOSITORY_FILENAME? ?OPTIONS?
163163
**
164164
** With no arguments, provide information about the current tree.
165165
** 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
167167
** to. Or if the argument is the name of a repository, show
168168
** information about that repository.
169169
**
170170
** Use the "finfo" command to get information about a specific
171171
** file in a checkout.
172172
--- 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 @@
14411441
rc = sqlite3_exec(pOther, "SELECT count(*) FROM user", 0, 0, pzErrMsg);
14421442
}
14431443
sqlite3_close(pOther);
14441444
if( rc ) return;
14451445
1446
- /* Attach the other respository. Make sure the username/password is
1446
+ /* Attach the other repository. Make sure the username/password is
14471447
** valid and has Setup permission.
14481448
*/
14491449
db_multi_exec("ATTACH %Q AS other", zRepo);
14501450
zOtherProjCode = db_text("x", "SELECT value FROM other.config"
14511451
" WHERE name='project-code'");
14521452
--- 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 @@
15451545
** is a directory, the repositories it contains must be named
15461546
** "*.fossil". If g.argv[2] does not exists, then we must be within
15471547
** a check-out and the repository to be served is the repository of
15481548
** that check-out.
15491549
**
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
15511551
** a directory full of repositories, then set g.zRepositoryName to
15521552
** the name of that directory and the specific repository will be
15531553
** opened later by process_one_web_page() based on the content of
15541554
** the PATH_INFO variable.
15551555
**
@@ -1581,11 +1581,11 @@
15811581
** Handle a single HTTP request appearing on stdin. The resulting webpage
15821582
** is delivered on stdout. This method is used to launch an HTTP request
15831583
** handler from inetd, for example. The argument is the name of the
15841584
** repository.
15851585
**
1586
-** If REPOSITORY is a directory that contains one or more respositories
1586
+** If REPOSITORY is a directory that contains one or more repositories
15871587
** with names of the form "*.fossil" then the first element of the URL
15881588
** pathname selects among the various repositories. If the pathname does
15891589
** not select a valid repository and the --notfound option is available,
15901590
** then the server redirects (HTTP code 302) to the URL of --notfound.
15911591
**
@@ -1697,11 +1697,11 @@
16971697
** The "ui" command automatically starts a web browser after initializing
16981698
** the web server. The "ui" command also binds to 127.0.0.1 and so will
16991699
** only process HTTP traffic from the local machine.
17001700
**
17011701
** 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".
17031703
** In that case, the first element of the URL is used to select among the
17041704
** various repositories.
17051705
**
17061706
** By default, the "ui" command provides full administrative access without
17071707
** having to log in. This can be disabled by setting turning off the
17081708
--- 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 @@
745745
/*
746746
** COMMAND: scrub*
747747
** %fossil scrub ?OPTIONS? ?REPOSITORY?
748748
**
749749
** 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.
751751
**
752752
** By default, only passwords are removed. However, if the --verily option
753753
** is added, then private branches, concealed email addresses, IP
754754
** addresses of correspondents, and similar privacy-sensitive fields
755755
** are also purged. If the --private option is used, then only private
756756
--- 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 @@
7777
}else{
7878
@ <p class="noMoreShun">Artifact %s(zUuid) will no longer
7979
@ be shunned. But it does not exist in the repository. It
8080
@ may be necessary to rebuild the repository using the
8181
@ <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>
8383
}
8484
}
8585
if( zUuid && P("add") ){
8686
int rid, tagid;
8787
login_verify_csrf_secret();
@@ -89,11 +89,11 @@
8989
"INSERT OR IGNORE INTO shun(uuid,mtime)"
9090
" VALUES('%s', now())", zUuid);
9191
@ <p class="shunned">Artifact
9292
@ <a href="%s(g.zTop)/artifact/%s(zUuid)">%s(zUuid)</a> has been
9393
@ 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
9595
@ is rebuilt using the <b>fossil rebuild</b> command-line</p>
9696
db_multi_exec("DELETE FROM attachment WHERE src=%Q", zUuid);
9797
rid = db_int(0, "SELECT rid FROM blob WHERE uuid=%Q", zUuid);
9898
if( rid ){
9999
db_multi_exec("DELETE FROM event WHERE objid=%d", rid);
@@ -147,11 +147,11 @@
147147
@ <input type="text" name="uuid" size="50" />
148148
@ <input type="submit" name="sub" value="Accept" />
149149
@ </div></form>
150150
@ </blockquote>
151151
@
152
- @ <p>Press the Rebuild button below to rebuild the respository. The
152
+ @ <p>Press the Rebuild button below to rebuild the repository. The
153153
@ content of newly shunned artifacts is not purged until the repository
154154
@ is rebuilt. On larger repositories, the rebuild may take minute or
155155
@ two, so be patient after pressing the button.</p>
156156
@
157157
@ <blockquote>
158158
--- 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 @@
2929
#define AUTOSYNC_PULL 2
3030
3131
#endif /* INTERFACE */
3232
3333
/*
34
-** If the respository is configured for autosyncing, then do an
34
+** If the repository is configured for autosyncing, then do an
3535
** autosync. This will be a pull if the argument is true or a push
3636
** if the argument is false.
3737
**
3838
** Return the number of errors.
3939
*/
4040
--- 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 @@
825825
@ </ol>
826826
style_footer();
827827
}
828828
829829
/*
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
831831
** given by the zPageName parameter. isNew must be true to create
832832
** a new page. If no previous page with the name zPageName exists
833833
** and isNew is false, then this routine throws an error.
834834
**
835835
** The content of the new page is given by the blob pContent.
836836
--- 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 @@
504504
**
505505
** Specifies the name of the repository to be served.
506506
** The repository option may be omitted if the working directory
507507
** is within an open checkout.
508508
** 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".
510510
** In that case, the first element of the URL is used to select
511511
** among the various repositories.
512512
**
513513
** --notfound URL
514514
**
515515
** 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
517517
** first element of the URL pathname selects among the various
518518
** repositories. If the pathname does not select a valid
519519
** repository and the --notfound option is available,
520520
** then the server redirects (HTTP code 302) to the URL of
521521
** --notfound.
522522
--- 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 @@
12061206
request_phantoms(&xfer, 500);
12071207
}
12081208
if( isClone && nGimme==0 ){
12091209
/* The initial "clone" message from client to server contains no
12101210
** "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
12121212
** cause the client to create phantoms for all artifacts, which will
12131213
** in turn make sure that the entire repository is sent efficiently
12141214
** and expeditiously.
12151215
*/
12161216
send_all(&xfer);
12171217
--- 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

Keyboard Shortcuts

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