Fossil SCM

Fixed various typos and omissions in help sections

BMorgat 2010-07-23 09:37 trunk
Commit 44b02c3de9593d50035dfcff261525c0b04cf501
--- src/allrepo.c
+++ src/allrepo.c
@@ -54,10 +54,14 @@
5454
** Usage: %fossil all (list|ls|pull|push|rebuild|sync)
5555
**
5656
** The ~/.fossil file records the location of all repositories for a
5757
** user. This command performs certain operations on all repositories
5858
** that can be useful before or after a period of disconnection operation.
59
+**
60
+** On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA%
61
+** or %HOMEPATH% and is named _fossil.
62
+**
5963
** Available operations are:
6064
**
6165
** list | ls Display the location of all repositories
6266
**
6367
** pull Run a "pull" operation on all repositories
6468
--- src/allrepo.c
+++ src/allrepo.c
@@ -54,10 +54,14 @@
54 ** Usage: %fossil all (list|ls|pull|push|rebuild|sync)
55 **
56 ** The ~/.fossil file records the location of all repositories for a
57 ** user. This command performs certain operations on all repositories
58 ** that can be useful before or after a period of disconnection operation.
 
 
 
 
59 ** Available operations are:
60 **
61 ** list | ls Display the location of all repositories
62 **
63 ** pull Run a "pull" operation on all repositories
64
--- src/allrepo.c
+++ src/allrepo.c
@@ -54,10 +54,14 @@
54 ** Usage: %fossil all (list|ls|pull|push|rebuild|sync)
55 **
56 ** The ~/.fossil file records the location of all repositories for a
57 ** user. This command performs certain operations on all repositories
58 ** that can be useful before or after a period of disconnection operation.
59 **
60 ** On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA%
61 ** or %HOMEPATH% and is named _fossil.
62 **
63 ** Available operations are:
64 **
65 ** list | ls Display the location of all repositories
66 **
67 ** pull Run a "pull" operation on all repositories
68
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -529,11 +529,11 @@
529529
** The editor defined in the "editor" fossil option (see %fossil help set)
530530
** will be used, or from the "VISUAL" or "EDITOR" environment variables
531531
** (in that order) if no editor is set.
532532
**
533533
** You will be prompted for your GPG passphrase in order to sign the
534
-** new manifest unless the "--nosign" options is used. All files that
534
+** new manifest unless the "--nosign" option is used. All files that
535535
** have changed will be committed unless some subset of files is
536536
** specified on the command line.
537537
**
538538
** The --branch option followed by a branch name cases the new check-in
539539
** to be placed in the named branch. The --bgcolor option can be followed
540540
--- src/checkin.c
+++ src/checkin.c
@@ -529,11 +529,11 @@
529 ** The editor defined in the "editor" fossil option (see %fossil help set)
530 ** will be used, or from the "VISUAL" or "EDITOR" environment variables
531 ** (in that order) if no editor is set.
532 **
533 ** You will be prompted for your GPG passphrase in order to sign the
534 ** new manifest unless the "--nosign" options is used. All files that
535 ** have changed will be committed unless some subset of files is
536 ** specified on the command line.
537 **
538 ** The --branch option followed by a branch name cases the new check-in
539 ** to be placed in the named branch. The --bgcolor option can be followed
540
--- src/checkin.c
+++ src/checkin.c
@@ -529,11 +529,11 @@
529 ** The editor defined in the "editor" fossil option (see %fossil help set)
530 ** will be used, or from the "VISUAL" or "EDITOR" environment variables
531 ** (in that order) if no editor is set.
532 **
533 ** You will be prompted for your GPG passphrase in order to sign the
534 ** new manifest unless the "--nosign" option is used. All files that
535 ** have changed will be committed unless some subset of files is
536 ** specified on the command line.
537 **
538 ** The --branch option followed by a branch name cases the new check-in
539 ** to be placed in the named branch. The --bgcolor option can be followed
540
+1 -1
--- src/configure.c
+++ src/configure.c
@@ -367,11 +367,11 @@
367367
368368
369369
/*
370370
** COMMAND: configuration
371371
**
372
-** Usage: %fossil configure METHOD ...
372
+** Usage: %fossil configure METHOD ... ?-R|--repository REPOSITORY?
373373
**
374374
** Where METHOD is one of: export import merge pull push reset. All methods
375375
** accept the -R or --repository option to specific a repository.
376376
**
377377
** %fossil configuration export AREA FILENAME
378378
--- src/configure.c
+++ src/configure.c
@@ -367,11 +367,11 @@
367
368
369 /*
370 ** COMMAND: configuration
371 **
372 ** Usage: %fossil configure METHOD ...
373 **
374 ** Where METHOD is one of: export import merge pull push reset. All methods
375 ** accept the -R or --repository option to specific a repository.
376 **
377 ** %fossil configuration export AREA FILENAME
378
--- src/configure.c
+++ src/configure.c
@@ -367,11 +367,11 @@
367
368
369 /*
370 ** COMMAND: configuration
371 **
372 ** Usage: %fossil configure METHOD ... ?-R|--repository REPOSITORY?
373 **
374 ** Where METHOD is one of: export import merge pull push reset. All methods
375 ** accept the -R or --repository option to specific a repository.
376 **
377 ** %fossil configuration export AREA FILENAME
378
+3 -3
--- src/db.c
+++ src/db.c
@@ -1484,14 +1484,14 @@
14841484
14851485
14861486
/*
14871487
** COMMAND: settings
14881488
** COMMAND: unset
1489
-** %fossil setting ?PROPERTY? ?VALUE? ?-global?
1489
+** %fossil settings ?PROPERTY? ?VALUE? ?-global?
14901490
** %fossil unset PROPERTY ?-global?
14911491
**
1492
-** The "setting" command with no arguments lists all properties and their
1492
+** The "settings" command with no arguments lists all properties and their
14931493
** values. With just a property name it shows the value of that property.
14941494
** With a value argument it changes the property for the current repository.
14951495
**
14961496
** The "unset" command clears a property setting.
14971497
**
@@ -1502,11 +1502,11 @@
15021502
** auto-shun If enabled, automatically pull the shunning list
15031503
** from a server to which the client autosyncs.
15041504
**
15051505
** autosync If enabled, automatically pull prior to commit
15061506
** or update and automatically push after commit or
1507
-** tag or branch creation. If the the value is "pullonly"
1507
+** tag or branch creation. If the value is "pullonly"
15081508
** then only pull operations occur automatically.
15091509
**
15101510
** binary-glob The VALUE is a comma-separated list of GLOB patterns
15111511
** that should be treated as binary files for merging
15121512
** purposes. Example: *.xml
15131513
--- src/db.c
+++ src/db.c
@@ -1484,14 +1484,14 @@
1484
1485
1486 /*
1487 ** COMMAND: settings
1488 ** COMMAND: unset
1489 ** %fossil setting ?PROPERTY? ?VALUE? ?-global?
1490 ** %fossil unset PROPERTY ?-global?
1491 **
1492 ** The "setting" command with no arguments lists all properties and their
1493 ** values. With just a property name it shows the value of that property.
1494 ** With a value argument it changes the property for the current repository.
1495 **
1496 ** The "unset" command clears a property setting.
1497 **
@@ -1502,11 +1502,11 @@
1502 ** auto-shun If enabled, automatically pull the shunning list
1503 ** from a server to which the client autosyncs.
1504 **
1505 ** autosync If enabled, automatically pull prior to commit
1506 ** or update and automatically push after commit or
1507 ** tag or branch creation. If the the value is "pullonly"
1508 ** then only pull operations occur automatically.
1509 **
1510 ** binary-glob The VALUE is a comma-separated list of GLOB patterns
1511 ** that should be treated as binary files for merging
1512 ** purposes. Example: *.xml
1513
--- src/db.c
+++ src/db.c
@@ -1484,14 +1484,14 @@
1484
1485
1486 /*
1487 ** COMMAND: settings
1488 ** COMMAND: unset
1489 ** %fossil settings ?PROPERTY? ?VALUE? ?-global?
1490 ** %fossil unset PROPERTY ?-global?
1491 **
1492 ** The "settings" command with no arguments lists all properties and their
1493 ** values. With just a property name it shows the value of that property.
1494 ** With a value argument it changes the property for the current repository.
1495 **
1496 ** The "unset" command clears a property setting.
1497 **
@@ -1502,11 +1502,11 @@
1502 ** auto-shun If enabled, automatically pull the shunning list
1503 ** from a server to which the client autosyncs.
1504 **
1505 ** autosync If enabled, automatically pull prior to commit
1506 ** or update and automatically push after commit or
1507 ** tag or branch creation. If the value is "pullonly"
1508 ** then only pull operations occur automatically.
1509 **
1510 ** binary-glob The VALUE is a comma-separated list of GLOB patterns
1511 ** that should be treated as binary files for merging
1512 ** purposes. Example: *.xml
1513
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -25,11 +25,11 @@
2525
**
2626
** Usage: %fossil finfo FILENAME
2727
**
2828
** Print the change history for a single file.
2929
**
30
-** The "--limit N" and "--offset P" options limits the output to the first
30
+** The "--limit N" and "--offset P" options limit the output to the first
3131
** N changes after skipping P changes.
3232
*/
3333
void finfo_cmd(void){
3434
Stmt q;
3535
int vid;
3636
--- src/finfo.c
+++ src/finfo.c
@@ -25,11 +25,11 @@
25 **
26 ** Usage: %fossil finfo FILENAME
27 **
28 ** Print the change history for a single file.
29 **
30 ** The "--limit N" and "--offset P" options limits the output to the first
31 ** N changes after skipping P changes.
32 */
33 void finfo_cmd(void){
34 Stmt q;
35 int vid;
36
--- src/finfo.c
+++ src/finfo.c
@@ -25,11 +25,11 @@
25 **
26 ** Usage: %fossil finfo FILENAME
27 **
28 ** Print the change history for a single file.
29 **
30 ** The "--limit N" and "--offset P" options limit the output to the first
31 ** N changes after skipping P changes.
32 */
33 void finfo_cmd(void){
34 Stmt q;
35 int vid;
36
--- src/makeheaders.html
+++ src/makeheaders.html
@@ -116,11 +116,11 @@
116116
<ol>
117117
<p><li>
118118
In large codes with many source files, it becomes difficult to determine
119119
which .h files should be included in which .c files.
120120
<p><li>
121
-It is typically the case the a .h file will be forced to include
121
+It is typically the case that a .h file will be forced to include
122122
another .h files, which in turn might include other .h files,
123123
and so forth.
124124
The .c file must be recompiled when any of the .h files in this chain
125125
are altered, but it can be difficult to determine what .h files are found
126126
in the include chain.
127127
--- src/makeheaders.html
+++ src/makeheaders.html
@@ -116,11 +116,11 @@
116 <ol>
117 <p><li>
118 In large codes with many source files, it becomes difficult to determine
119 which .h files should be included in which .c files.
120 <p><li>
121 It is typically the case the a .h file will be forced to include
122 another .h files, which in turn might include other .h files,
123 and so forth.
124 The .c file must be recompiled when any of the .h files in this chain
125 are altered, but it can be difficult to determine what .h files are found
126 in the include chain.
127
--- src/makeheaders.html
+++ src/makeheaders.html
@@ -116,11 +116,11 @@
116 <ol>
117 <p><li>
118 In large codes with many source files, it becomes difficult to determine
119 which .h files should be included in which .c files.
120 <p><li>
121 It is typically the case that a .h file will be forced to include
122 another .h files, which in turn might include other .h files,
123 and so forth.
124 The .c file must be recompiled when any of the .h files in this chain
125 are altered, but it can be difficult to determine what .h files are found
126 in the include chain.
127
+1 -1
--- src/rebuild.c
+++ src/rebuild.c
@@ -163,11 +163,11 @@
163163
bag_clear(&children);
164164
rebuild_step_done(rid);
165165
}
166166
167167
/*
168
-** Check to see if the the "sym-trunk" tag exists. If not, create it
168
+** Check to see if the "sym-trunk" tag exists. If not, create it
169169
** and attach it to the very first check-in.
170170
*/
171171
static void rebuild_tag_trunk(void){
172172
int tagid = db_int(0, "SELECT 1 FROM tag WHERE tagname='sym-trunk'");
173173
int rid;
174174
--- src/rebuild.c
+++ src/rebuild.c
@@ -163,11 +163,11 @@
163 bag_clear(&children);
164 rebuild_step_done(rid);
165 }
166
167 /*
168 ** Check to see if the the "sym-trunk" tag exists. If not, create it
169 ** and attach it to the very first check-in.
170 */
171 static void rebuild_tag_trunk(void){
172 int tagid = db_int(0, "SELECT 1 FROM tag WHERE tagname='sym-trunk'");
173 int rid;
174
--- src/rebuild.c
+++ src/rebuild.c
@@ -163,11 +163,11 @@
163 bag_clear(&children);
164 rebuild_step_done(rid);
165 }
166
167 /*
168 ** Check to see if the "sym-trunk" tag exists. If not, create it
169 ** and attach it to the very first check-in.
170 */
171 static void rebuild_tag_trunk(void){
172 int tagid = db_int(0, "SELECT 1 FROM tag WHERE tagname='sym-trunk'");
173 int rid;
174
+2 -2
--- src/undo.c
+++ src/undo.c
@@ -126,11 +126,11 @@
126126
db_lset_int("undo_checkout", ucid);
127127
db_lset_int("checkout", ncid);
128128
}
129129
130130
/*
131
-** Reset the the undo memory.
131
+** Reset the undo memory.
132132
*/
133133
void undo_reset(void){
134134
static const char zSql[] =
135135
@ DROP TABLE IF EXISTS undo;
136136
@ DROP TABLE IF EXISTS undo_vfile;
@@ -283,11 +283,11 @@
283283
/*
284284
** COMMAND: redo
285285
**
286286
** Usage: %fossil redo ?FILENAME...?
287287
**
288
-** Redo the an update or merge or revert operation that has been undone
288
+** Redo an update or merge or revert operation that has been undone
289289
** by the undo command. If FILENAME is specified then restore the changes
290290
** associated with the named file(s) but otherwise leave the update
291291
** or merge undone.
292292
**
293293
** A single level of undo/redo is supported. The undo/redo stack
294294
--- src/undo.c
+++ src/undo.c
@@ -126,11 +126,11 @@
126 db_lset_int("undo_checkout", ucid);
127 db_lset_int("checkout", ncid);
128 }
129
130 /*
131 ** Reset the the undo memory.
132 */
133 void undo_reset(void){
134 static const char zSql[] =
135 @ DROP TABLE IF EXISTS undo;
136 @ DROP TABLE IF EXISTS undo_vfile;
@@ -283,11 +283,11 @@
283 /*
284 ** COMMAND: redo
285 **
286 ** Usage: %fossil redo ?FILENAME...?
287 **
288 ** Redo the an update or merge or revert operation that has been undone
289 ** by the undo command. If FILENAME is specified then restore the changes
290 ** associated with the named file(s) but otherwise leave the update
291 ** or merge undone.
292 **
293 ** A single level of undo/redo is supported. The undo/redo stack
294
--- src/undo.c
+++ src/undo.c
@@ -126,11 +126,11 @@
126 db_lset_int("undo_checkout", ucid);
127 db_lset_int("checkout", ncid);
128 }
129
130 /*
131 ** Reset the undo memory.
132 */
133 void undo_reset(void){
134 static const char zSql[] =
135 @ DROP TABLE IF EXISTS undo;
136 @ DROP TABLE IF EXISTS undo_vfile;
@@ -283,11 +283,11 @@
283 /*
284 ** COMMAND: redo
285 **
286 ** Usage: %fossil redo ?FILENAME...?
287 **
288 ** Redo an update or merge or revert operation that has been undone
289 ** by the undo command. If FILENAME is specified then restore the changes
290 ** associated with the named file(s) but otherwise leave the update
291 ** or merge undone.
292 **
293 ** A single level of undo/redo is supported. The undo/redo stack
294
+4 -2
--- src/update.c
+++ src/update.c
@@ -36,11 +36,11 @@
3636
**
3737
** Change the version of the current checkout to VERSION. Any uncommitted
3838
** changes are retained and applied to the new checkout.
3939
**
4040
** The VERSION argument can be a specific version or tag or branch name.
41
-** If the VERSION argument is omitted, then the leaf of the the subtree
41
+** If the VERSION argument is omitted, then the leaf of the subtree
4242
** that begins at the current version is used, if there is only a single
4343
** leaf. VERSION can also be "current" to select the leaf of the current
4444
** version or "latest" to select the most recent check-in.
4545
**
4646
** If one or more FILES are listed after the VERSION then only the
@@ -335,15 +335,17 @@
335335
336336
337337
/*
338338
** COMMAND: revert
339339
**
340
-** Usage: %fossil revert ?-r REVISION? FILE ...
340
+** Usage: %fossil revert ?-r REVISION? ?FILE ...?
341341
**
342342
** Revert to the current repository version of FILE, or to
343343
** the version associated with baseline REVISION if the -r flag
344344
** appears.
345
+**
346
+** Revert all files if no file name is provided.
345347
**
346348
** If a file is reverted accidently, it can be restored using
347349
** the "fossil undo" command.
348350
*/
349351
void revert_cmd(void){
350352
--- src/update.c
+++ src/update.c
@@ -36,11 +36,11 @@
36 **
37 ** Change the version of the current checkout to VERSION. Any uncommitted
38 ** changes are retained and applied to the new checkout.
39 **
40 ** The VERSION argument can be a specific version or tag or branch name.
41 ** If the VERSION argument is omitted, then the leaf of the the subtree
42 ** that begins at the current version is used, if there is only a single
43 ** leaf. VERSION can also be "current" to select the leaf of the current
44 ** version or "latest" to select the most recent check-in.
45 **
46 ** If one or more FILES are listed after the VERSION then only the
@@ -335,15 +335,17 @@
335
336
337 /*
338 ** COMMAND: revert
339 **
340 ** Usage: %fossil revert ?-r REVISION? FILE ...
341 **
342 ** Revert to the current repository version of FILE, or to
343 ** the version associated with baseline REVISION if the -r flag
344 ** appears.
 
 
345 **
346 ** If a file is reverted accidently, it can be restored using
347 ** the "fossil undo" command.
348 */
349 void revert_cmd(void){
350
--- src/update.c
+++ src/update.c
@@ -36,11 +36,11 @@
36 **
37 ** Change the version of the current checkout to VERSION. Any uncommitted
38 ** changes are retained and applied to the new checkout.
39 **
40 ** The VERSION argument can be a specific version or tag or branch name.
41 ** If the VERSION argument is omitted, then the leaf of the subtree
42 ** that begins at the current version is used, if there is only a single
43 ** leaf. VERSION can also be "current" to select the leaf of the current
44 ** version or "latest" to select the most recent check-in.
45 **
46 ** If one or more FILES are listed after the VERSION then only the
@@ -335,15 +335,17 @@
335
336
337 /*
338 ** COMMAND: revert
339 **
340 ** Usage: %fossil revert ?-r REVISION? ?FILE ...?
341 **
342 ** Revert to the current repository version of FILE, or to
343 ** the version associated with baseline REVISION if the -r flag
344 ** appears.
345 **
346 ** Revert all files if no file name is provided.
347 **
348 ** If a file is reverted accidently, it can be restored using
349 ** the "fossil undo" command.
350 */
351 void revert_cmd(void){
352
--- www/branching.wiki
+++ www/branching.wiki
@@ -104,11 +104,11 @@
104104
of Bob's local checkout before he merged in Alice's changes. That snapshot
105105
of Bob's changes independent of Alice's changes is omitted from figure 1.
106106
Some people say that the approach taken in figure 3 is better because it
107107
preserves this extra intermediate state. Others say that the approach
108108
taken in figure 1 is better because it is much easier to visualize a
109
-linear line of development and because the the merging happens automatically
109
+linear line of development and because the merging happens automatically
110110
instead of as a separate manual step. We will not take sides in that
111111
debate. We will simply point out that fossil enables you to do it either way.
112112
113113
<h2>Forking Versus Branching</h2>
114114
115115
--- www/branching.wiki
+++ www/branching.wiki
@@ -104,11 +104,11 @@
104 of Bob's local checkout before he merged in Alice's changes. That snapshot
105 of Bob's changes independent of Alice's changes is omitted from figure 1.
106 Some people say that the approach taken in figure 3 is better because it
107 preserves this extra intermediate state. Others say that the approach
108 taken in figure 1 is better because it is much easier to visualize a
109 linear line of development and because the the merging happens automatically
110 instead of as a separate manual step. We will not take sides in that
111 debate. We will simply point out that fossil enables you to do it either way.
112
113 <h2>Forking Versus Branching</h2>
114
115
--- www/branching.wiki
+++ www/branching.wiki
@@ -104,11 +104,11 @@
104 of Bob's local checkout before he merged in Alice's changes. That snapshot
105 of Bob's changes independent of Alice's changes is omitted from figure 1.
106 Some people say that the approach taken in figure 3 is better because it
107 preserves this extra intermediate state. Others say that the approach
108 taken in figure 1 is better because it is much easier to visualize a
109 linear line of development and because the merging happens automatically
110 instead of as a separate manual step. We will not take sides in that
111 debate. We will simply point out that fossil enables you to do it either way.
112
113 <h2>Forking Versus Branching</h2>
114
115
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -163,11 +163,11 @@
163163
the manifest itself) in strict sorted lexicographical order,
164164
take the pathname of the file relative to the root of the
165165
repository, append a single space (ASCII 0x20), the
166166
size of the file in ASCII decimal, a single newline
167167
character (ASCII 0x0A), and the complete text of the file.
168
-Compute the MD5 checksum of the the result.
168
+Compute the MD5 checksum of the result.
169169
170170
A manifest might contain one or more T-cards used to set tags or
171171
properties on the check-in. The format of the T-card is the same as
172172
described in <i>Control Artifacts</i> section below, except that the
173173
second argument is the single characcter "<b>*</b>" instead of an
174174
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -163,11 +163,11 @@
163 the manifest itself) in strict sorted lexicographical order,
164 take the pathname of the file relative to the root of the
165 repository, append a single space (ASCII 0x20), the
166 size of the file in ASCII decimal, a single newline
167 character (ASCII 0x0A), and the complete text of the file.
168 Compute the MD5 checksum of the the result.
169
170 A manifest might contain one or more T-cards used to set tags or
171 properties on the check-in. The format of the T-card is the same as
172 described in <i>Control Artifacts</i> section below, except that the
173 second argument is the single characcter "<b>*</b>" instead of an
174
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -163,11 +163,11 @@
163 the manifest itself) in strict sorted lexicographical order,
164 take the pathname of the file relative to the root of the
165 repository, append a single space (ASCII 0x20), the
166 size of the file in ASCII decimal, a single newline
167 character (ASCII 0x0A), and the complete text of the file.
168 Compute the MD5 checksum of the result.
169
170 A manifest might contain one or more T-cards used to set tags or
171 properties on the check-in. The format of the T-card is the same as
172 described in <i>Control Artifacts</i> section below, except that the
173 second argument is the single characcter "<b>*</b>" instead of an
174
--- www/newrepo.wiki
+++ www/newrepo.wiki
@@ -159,6 +159,6 @@
159159
via the Admin/Users page mentioned above).
160160
161161
You may always use the <em>server</em> or <em>ui</em> commands to
162162
browse a cloned repository. You can even edit create or wiki entries,
163163
etc., and they will be pushed to the remote side the next time you
164
-push data to the the remote.
164
+push data to the remote.
165165
--- www/newrepo.wiki
+++ www/newrepo.wiki
@@ -159,6 +159,6 @@
159 via the Admin/Users page mentioned above).
160
161 You may always use the <em>server</em> or <em>ui</em> commands to
162 browse a cloned repository. You can even edit create or wiki entries,
163 etc., and they will be pushed to the remote side the next time you
164 push data to the the remote.
165
--- www/newrepo.wiki
+++ www/newrepo.wiki
@@ -159,6 +159,6 @@
159 via the Admin/Users page mentioned above).
160
161 You may always use the <em>server</em> or <em>ui</em> commands to
162 browse a cloned repository. You can even edit create or wiki entries,
163 etc., and they will be pushed to the remote side the next time you
164 push data to the remote.
165
--- www/reference.wiki
+++ www/reference.wiki
@@ -143,10 +143,14 @@
143143
<hr><a href="#tof">&#710;</a>
144144
<a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145145
The ~/.fossil file records the location of all repositories for a
146146
user. This command performs certain operations on all repositories
147147
that can be useful before or after a period of disconnection operation.
148
+
149
+ On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA%
150
+ or %HOMEPATH% and is named _fossil.
151
+
148152
Available operations are:
149153
150154
list Display the location of all repositories
151155
152156
pull Run a "pull" operation on all repositories
@@ -209,11 +213,11 @@
209213
210214
Create a new version containing all of the changes in the current
211215
checkout. You will be prompted to enter a check-in comment unless
212216
the "-m" option is used to specify a comment line. You will be
213217
prompted for your GPG passphrase in order to sign the new manifest
214
- unless the "--nosign" options is used. All files that have
218
+ unless the "--nosign" option is used. All files that have
215219
changed will be committed unless some subset of files is specified
216220
on the command line.
217221
218222
<hr><a href="#tof">&#710;</a>
219223
<a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
@@ -450,14 +454,14 @@
450454
the web server.
451455
452456
<hr><a href="#tof">&#710;</a>
453457
COMMAND: settings
454458
COMMAND: unset
455
- <a name="setting">Usage: </a><a href="cmd_setting.wiki">fossil setting</a> ?PROPERTY? ?VALUE? ?-global?
459
+ <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global?
456460
fossil unset PROPERTY ?-global?
457461
458
- The "setting" command with no arguments lists all properties and their
462
+ The "settings" command with no arguments lists all properties and their
459463
values. With just a property name it shows the value of that property.
460464
With a value argument it changes the property for the current repository.
461465
462466
The "unset" command clears a property setting.
463467
464468
--- www/reference.wiki
+++ www/reference.wiki
@@ -143,10 +143,14 @@
143 <hr><a href="#tof">&#710;</a>
144 <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145 The ~/.fossil file records the location of all repositories for a
146 user. This command performs certain operations on all repositories
147 that can be useful before or after a period of disconnection operation.
 
 
 
 
148 Available operations are:
149
150 list Display the location of all repositories
151
152 pull Run a "pull" operation on all repositories
@@ -209,11 +213,11 @@
209
210 Create a new version containing all of the changes in the current
211 checkout. You will be prompted to enter a check-in comment unless
212 the "-m" option is used to specify a comment line. You will be
213 prompted for your GPG passphrase in order to sign the new manifest
214 unless the "--nosign" options is used. All files that have
215 changed will be committed unless some subset of files is specified
216 on the command line.
217
218 <hr><a href="#tof">&#710;</a>
219 <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
@@ -450,14 +454,14 @@
450 the web server.
451
452 <hr><a href="#tof">&#710;</a>
453 COMMAND: settings
454 COMMAND: unset
455 <a name="setting">Usage: </a><a href="cmd_setting.wiki">fossil setting</a> ?PROPERTY? ?VALUE? ?-global?
456 fossil unset PROPERTY ?-global?
457
458 The "setting" command with no arguments lists all properties and their
459 values. With just a property name it shows the value of that property.
460 With a value argument it changes the property for the current repository.
461
462 The "unset" command clears a property setting.
463
464
--- www/reference.wiki
+++ www/reference.wiki
@@ -143,10 +143,14 @@
143 <hr><a href="#tof">&#710;</a>
144 <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145 The ~/.fossil file records the location of all repositories for a
146 user. This command performs certain operations on all repositories
147 that can be useful before or after a period of disconnection operation.
148
149 On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA%
150 or %HOMEPATH% and is named _fossil.
151
152 Available operations are:
153
154 list Display the location of all repositories
155
156 pull Run a "pull" operation on all repositories
@@ -209,11 +213,11 @@
213
214 Create a new version containing all of the changes in the current
215 checkout. You will be prompted to enter a check-in comment unless
216 the "-m" option is used to specify a comment line. You will be
217 prompted for your GPG passphrase in order to sign the new manifest
218 unless the "--nosign" option is used. All files that have
219 changed will be committed unless some subset of files is specified
220 on the command line.
221
222 <hr><a href="#tof">&#710;</a>
223 <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
@@ -450,14 +454,14 @@
454 the web server.
455
456 <hr><a href="#tof">&#710;</a>
457 COMMAND: settings
458 COMMAND: unset
459 <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global?
460 fossil unset PROPERTY ?-global?
461
462 The "settings" command with no arguments lists all properties and their
463 values. With just a property name it shows the value of that property.
464 With a value argument it changes the property for the current repository.
465
466 The "unset" command clears a property setting.
467
468
--- www/theory1.wiki
+++ www/theory1.wiki
@@ -74,11 +74,11 @@
7474
7575
Another way to think of the relational tables in a Fossil repository is
7676
as an index for the artifacts. Without the relational tables,
7777
to generate a report like a timeline would require scanning every artifact -
7878
the equivalent of a full table scan. The relational tables hold pointers
79
-the the relevant artifacts in presorted order so that generating a timeline
79
+the relevant artifacts in presorted order so that generating a timeline
8080
is much more efficient. So like an index in a relational database, the
8181
relational tables in an Fossil repository do not add any new information,
8282
they merely make the information in the artifacts faster and easier to
8383
look up.
8484
8585
--- www/theory1.wiki
+++ www/theory1.wiki
@@ -74,11 +74,11 @@
74
75 Another way to think of the relational tables in a Fossil repository is
76 as an index for the artifacts. Without the relational tables,
77 to generate a report like a timeline would require scanning every artifact -
78 the equivalent of a full table scan. The relational tables hold pointers
79 the the relevant artifacts in presorted order so that generating a timeline
80 is much more efficient. So like an index in a relational database, the
81 relational tables in an Fossil repository do not add any new information,
82 they merely make the information in the artifacts faster and easier to
83 look up.
84
85
--- www/theory1.wiki
+++ www/theory1.wiki
@@ -74,11 +74,11 @@
74
75 Another way to think of the relational tables in a Fossil repository is
76 as an index for the artifacts. Without the relational tables,
77 to generate a report like a timeline would require scanning every artifact -
78 the equivalent of a full table scan. The relational tables hold pointers
79 the relevant artifacts in presorted order so that generating a timeline
80 is much more efficient. So like an index in a relational database, the
81 relational tables in an Fossil repository do not add any new information,
82 they merely make the information in the artifacts faster and easier to
83 look up.
84
85

Keyboard Shortcuts

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