Fossil SCM

Typo fixes reported in [forum:10167c5f79|forum post 10167c5f79].

stephan 2024-06-09 10:53 trunk
Commit 382a61e327d62afb9097760d10f0030b82157f1346edc42becf99b16a349a8a3
2 files changed +3 -3 +3 -3
+3 -3
--- www/faq.tcl
+++ www/faq.tcl
@@ -72,11 +72,11 @@
7272
command, you can add a tag to that check-in using the
7373
"--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
7474
option to give a check-in multiple tags. Tags need not be unique. So,
7575
for example, it is common to give every released version a "release" tag.
7676
77
- If you want add a tag to an existing check-in, you can use the
77
+ If you want to add a tag to an existing check-in, you can use the
7878
<b>[/help/tag|tag]</b> command. For example:
7979
8080
<pre>
8181
<b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
8282
</pre>
@@ -84,11 +84,11 @@
8484
The CHECK-IN in the previous line can be any
8585
[./checkin_names.wiki | valid check-in name format].
8686
8787
You can also add (and remove) tags from a check-in using the
8888
[./webui.wiki | web interface]. First locate the check-in that you
89
- what to tag on the timeline, then click on the link to go the detailed
89
+ want to tag on the timeline, then click on the link to go the detailed
9090
information page for that check-in. Then find the "<b>edit</b>"
9191
link (near the "Commands:" label) and click on that. There are
9292
controls on the edit page that allow new tags to be added and existing
9393
tags to be removed.
9494
}
@@ -96,11 +96,11 @@
9696
faq {
9797
How do I create a private branch that won't get pushed back to the
9898
main repository.
9999
} {
100100
Use the <b>--private</b> command-line option on the
101
- <b>commit</b> command. The result will be a check-in which exists on
101
+ <b>commit</b> command. The result will be a check-in which exists in
102102
your local repository only and is never pushed to other repositories.
103103
All descendants of a private check-in are also private.
104104
105105
Unless you specify something different using the <b>--branch</b> and/or
106106
<b>--bgcolor</b> options, the new private check-in will be put on a branch
107107
--- www/faq.tcl
+++ www/faq.tcl
@@ -72,11 +72,11 @@
72 command, you can add a tag to that check-in using the
73 "--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
74 option to give a check-in multiple tags. Tags need not be unique. So,
75 for example, it is common to give every released version a "release" tag.
76
77 If you want add a tag to an existing check-in, you can use the
78 <b>[/help/tag|tag]</b> command. For example:
79
80 <pre>
81 <b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
82 </pre>
@@ -84,11 +84,11 @@
84 The CHECK-IN in the previous line can be any
85 [./checkin_names.wiki | valid check-in name format].
86
87 You can also add (and remove) tags from a check-in using the
88 [./webui.wiki | web interface]. First locate the check-in that you
89 what to tag on the timeline, then click on the link to go the detailed
90 information page for that check-in. Then find the "<b>edit</b>"
91 link (near the "Commands:" label) and click on that. There are
92 controls on the edit page that allow new tags to be added and existing
93 tags to be removed.
94 }
@@ -96,11 +96,11 @@
96 faq {
97 How do I create a private branch that won't get pushed back to the
98 main repository.
99 } {
100 Use the <b>--private</b> command-line option on the
101 <b>commit</b> command. The result will be a check-in which exists on
102 your local repository only and is never pushed to other repositories.
103 All descendants of a private check-in are also private.
104
105 Unless you specify something different using the <b>--branch</b> and/or
106 <b>--bgcolor</b> options, the new private check-in will be put on a branch
107
--- www/faq.tcl
+++ www/faq.tcl
@@ -72,11 +72,11 @@
72 command, you can add a tag to that check-in using the
73 "--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
74 option to give a check-in multiple tags. Tags need not be unique. So,
75 for example, it is common to give every released version a "release" tag.
76
77 If you want to add a tag to an existing check-in, you can use the
78 <b>[/help/tag|tag]</b> command. For example:
79
80 <pre>
81 <b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
82 </pre>
@@ -84,11 +84,11 @@
84 The CHECK-IN in the previous line can be any
85 [./checkin_names.wiki | valid check-in name format].
86
87 You can also add (and remove) tags from a check-in using the
88 [./webui.wiki | web interface]. First locate the check-in that you
89 want to tag on the timeline, then click on the link to go the detailed
90 information page for that check-in. Then find the "<b>edit</b>"
91 link (near the "Commands:" label) and click on that. There are
92 controls on the edit page that allow new tags to be added and existing
93 tags to be removed.
94 }
@@ -96,11 +96,11 @@
96 faq {
97 How do I create a private branch that won't get pushed back to the
98 main repository.
99 } {
100 Use the <b>--private</b> command-line option on the
101 <b>commit</b> command. The result will be a check-in which exists in
102 your local repository only and is never pushed to other repositories.
103 All descendants of a private check-in are also private.
104
105 Unless you specify something different using the <b>--branch</b> and/or
106 <b>--bgcolor</b> options, the new private check-in will be put on a branch
107
+3 -3
--- www/faq.wiki
+++ www/faq.wiki
@@ -70,11 +70,11 @@
7070
command, you can add a tag to that check-in using the
7171
"--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
7272
option to give a check-in multiple tags. Tags need not be unique. So,
7373
for example, it is common to give every released version a "release" tag.
7474
75
-If you want add a tag to an existing check-in, you can use the
75
+If you want to add a tag to an existing check-in, you can use the
7676
<b>[/help/tag|tag]</b> command. For example:
7777
7878
<pre>
7979
<b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
8080
</pre>
@@ -82,21 +82,21 @@
8282
The CHECK-IN in the previous line can be any
8383
[./checkin_names.wiki | valid check-in name format].
8484
8585
You can also add (and remove) tags from a check-in using the
8686
[./webui.wiki | web interface]. First locate the check-in that you
87
-what to tag on the timeline, then click on the link to go the detailed
87
+want to tag on the timeline, then click on the link to go the detailed
8888
information page for that check-in. Then find the "<b>edit</b>"
8989
link (near the "Commands:" label) and click on that. There are
9090
controls on the edit page that allow new tags to be added and existing
9191
tags to be removed.</li>
9292
9393
<p id="q5"><b>(5) How do I create a private branch that won't get pushed back to the
9494
main repository.</b></p>
9595
9696
Use the <b>--private</b> command-line option on the
97
-<b>commit</b> command. The result will be a check-in which exists on
97
+<b>commit</b> command. The result will be a check-in which exists in
9898
your local repository only and is never pushed to other repositories.
9999
All descendants of a private check-in are also private.
100100
101101
Unless you specify something different using the <b>--branch</b> and/or
102102
<b>--bgcolor</b> options, the new private check-in will be put on a branch
103103
--- www/faq.wiki
+++ www/faq.wiki
@@ -70,11 +70,11 @@
70 command, you can add a tag to that check-in using the
71 "--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
72 option to give a check-in multiple tags. Tags need not be unique. So,
73 for example, it is common to give every released version a "release" tag.
74
75 If you want add a tag to an existing check-in, you can use the
76 <b>[/help/tag|tag]</b> command. For example:
77
78 <pre>
79 <b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
80 </pre>
@@ -82,21 +82,21 @@
82 The CHECK-IN in the previous line can be any
83 [./checkin_names.wiki | valid check-in name format].
84
85 You can also add (and remove) tags from a check-in using the
86 [./webui.wiki | web interface]. First locate the check-in that you
87 what to tag on the timeline, then click on the link to go the detailed
88 information page for that check-in. Then find the "<b>edit</b>"
89 link (near the "Commands:" label) and click on that. There are
90 controls on the edit page that allow new tags to be added and existing
91 tags to be removed.</li>
92
93 <p id="q5"><b>(5) How do I create a private branch that won't get pushed back to the
94 main repository.</b></p>
95
96 Use the <b>--private</b> command-line option on the
97 <b>commit</b> command. The result will be a check-in which exists on
98 your local repository only and is never pushed to other repositories.
99 All descendants of a private check-in are also private.
100
101 Unless you specify something different using the <b>--branch</b> and/or
102 <b>--bgcolor</b> options, the new private check-in will be put on a branch
103
--- www/faq.wiki
+++ www/faq.wiki
@@ -70,11 +70,11 @@
70 command, you can add a tag to that check-in using the
71 "--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag
72 option to give a check-in multiple tags. Tags need not be unique. So,
73 for example, it is common to give every released version a "release" tag.
74
75 If you want to add a tag to an existing check-in, you can use the
76 <b>[/help/tag|tag]</b> command. For example:
77
78 <pre>
79 <b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
80 </pre>
@@ -82,21 +82,21 @@
82 The CHECK-IN in the previous line can be any
83 [./checkin_names.wiki | valid check-in name format].
84
85 You can also add (and remove) tags from a check-in using the
86 [./webui.wiki | web interface]. First locate the check-in that you
87 want to tag on the timeline, then click on the link to go the detailed
88 information page for that check-in. Then find the "<b>edit</b>"
89 link (near the "Commands:" label) and click on that. There are
90 controls on the edit page that allow new tags to be added and existing
91 tags to be removed.</li>
92
93 <p id="q5"><b>(5) How do I create a private branch that won't get pushed back to the
94 main repository.</b></p>
95
96 Use the <b>--private</b> command-line option on the
97 <b>commit</b> command. The result will be a check-in which exists in
98 your local repository only and is never pushed to other repositories.
99 All descendants of a private check-in are also private.
100
101 Unless you specify something different using the <b>--branch</b> and/or
102 <b>--bgcolor</b> options, the new private check-in will be put on a branch
103

Keyboard Shortcuts

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