Fossil SCM

Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code.

drh 2021-07-01 18:54 trunk
Commit e39854ae510570a207058b8df686b007b6059c58ca0ad0f6cc90f730629cbbd1
2 files changed +10 -3 +2 -3
+10 -3
--- src/allrepo.c
+++ src/allrepo.c
@@ -110,17 +110,24 @@
110110
** --randomize options are not supported.
111111
**
112112
** sync Run a "sync" on all repositories. Only the --verbose
113113
** and --unversioned options are supported.
114114
**
115
-** set|unset Run the "setting", "set", or "unset" commands on all
115
+** set Run the "setting" or "set" commands on all
116116
** repositories. These command are particularly useful in
117117
** conjunction with the "max-loadavg" setting which cannot
118118
** otherwise be set globally.
119119
**
120
-** server Run the "ui" or "server" commands on all repositories.
121
-** ui The root URI gives a listing of all repos.
120
+** unset Run the "unset" command on all repositories
121
+**
122
+** server Run the "server" commands on all repositories.
123
+** The root URI gives a listing of all repos.
124
+**
125
+** ui Run the "ui" command on all repositories. Like "server"
126
+** but bind to the loopback TCP address only, enable
127
+** the --localauth option and automatically launch a
128
+** web-browser
122129
**
123130
**
124131
** In addition, the following maintenance operations are supported:
125132
**
126133
** add Add all the repositories named to the set of repositories
127134
--- src/allrepo.c
+++ src/allrepo.c
@@ -110,17 +110,24 @@
110 ** --randomize options are not supported.
111 **
112 ** sync Run a "sync" on all repositories. Only the --verbose
113 ** and --unversioned options are supported.
114 **
115 ** set|unset Run the "setting", "set", or "unset" commands on all
116 ** repositories. These command are particularly useful in
117 ** conjunction with the "max-loadavg" setting which cannot
118 ** otherwise be set globally.
119 **
120 ** server Run the "ui" or "server" commands on all repositories.
121 ** ui The root URI gives a listing of all repos.
 
 
 
 
 
 
 
122 **
123 **
124 ** In addition, the following maintenance operations are supported:
125 **
126 ** add Add all the repositories named to the set of repositories
127
--- src/allrepo.c
+++ src/allrepo.c
@@ -110,17 +110,24 @@
110 ** --randomize options are not supported.
111 **
112 ** sync Run a "sync" on all repositories. Only the --verbose
113 ** and --unversioned options are supported.
114 **
115 ** set Run the "setting" or "set" commands on all
116 ** repositories. These command are particularly useful in
117 ** conjunction with the "max-loadavg" setting which cannot
118 ** otherwise be set globally.
119 **
120 ** unset Run the "unset" command on all repositories
121 **
122 ** server Run the "server" commands on all repositories.
123 ** The root URI gives a listing of all repos.
124 **
125 ** ui Run the "ui" command on all repositories. Like "server"
126 ** but bind to the loopback TCP address only, enable
127 ** the --localauth option and automatically launch a
128 ** web-browser
129 **
130 **
131 ** In addition, the following maintenance operations are supported:
132 **
133 ** add Add all the repositories named to the set of repositories
134
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,12 +1,11 @@
11
<title>Change Log</title>
22
33
<a name='v2_16'></a>
44
<h2>Changes for Version 2.16 (pending)</h2>
55
* <b>Security:</b> Fix the client-side TLS so that it verifies that the
6
- server hostname matches its certificate. <b>Upgrading to
7
- the patch is recommended.</b>
6
+ server hostname matches its certificate.
87
* The default "ssh" command on Windows is changed to "ssh" instead of the
98
legacy "plink", as ssh is now generally available on Windows systems.
109
Installations that still need to use the legacy "plink" can make that
1110
happen by running: '<tt>fossil set ssh-command "plink -ssh" --global</tt>'.
1211
* Added the [./patchcmd.md|fossil patch] command.
@@ -14,11 +13,11 @@
1413
<li> The REPOSITORY argument can be the name of a check-out directory.
1514
<li> If the REPOSITORY argument is prefixed by "HOST:" or "USER@HOST:"
1615
then the ui is run on the remote machine and tunnelled back to the local
1716
machine using ssh. (The latest version of fossil must be installed on
1817
both the local and the remote for this to work correctly.)
19
- <li> The new --nobrowser option is provided. (This is needed by item 2 above.)
18
+ <li> The new --nobrowser and --fossilcmd options is provided.
2019
</ol>
2120
* The [/brlist|/brlist web page] allows the user to
2221
select multiple branches to be displayed together in a single
2322
timeline.
2423
* The [./forum.wiki|Forum] provides a hyperlink on the author of each
2524
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,12 +1,11 @@
1 <title>Change Log</title>
2
3 <a name='v2_16'></a>
4 <h2>Changes for Version 2.16 (pending)</h2>
5 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
6 server hostname matches its certificate. <b>Upgrading to
7 the patch is recommended.</b>
8 * The default "ssh" command on Windows is changed to "ssh" instead of the
9 legacy "plink", as ssh is now generally available on Windows systems.
10 Installations that still need to use the legacy "plink" can make that
11 happen by running: '<tt>fossil set ssh-command "plink -ssh" --global</tt>'.
12 * Added the [./patchcmd.md|fossil patch] command.
@@ -14,11 +13,11 @@
14 <li> The REPOSITORY argument can be the name of a check-out directory.
15 <li> If the REPOSITORY argument is prefixed by "HOST:" or "USER@HOST:"
16 then the ui is run on the remote machine and tunnelled back to the local
17 machine using ssh. (The latest version of fossil must be installed on
18 both the local and the remote for this to work correctly.)
19 <li> The new --nobrowser option is provided. (This is needed by item 2 above.)
20 </ol>
21 * The [/brlist|/brlist web page] allows the user to
22 select multiple branches to be displayed together in a single
23 timeline.
24 * The [./forum.wiki|Forum] provides a hyperlink on the author of each
25
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,12 +1,11 @@
1 <title>Change Log</title>
2
3 <a name='v2_16'></a>
4 <h2>Changes for Version 2.16 (pending)</h2>
5 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
6 server hostname matches its certificate.
 
7 * The default "ssh" command on Windows is changed to "ssh" instead of the
8 legacy "plink", as ssh is now generally available on Windows systems.
9 Installations that still need to use the legacy "plink" can make that
10 happen by running: '<tt>fossil set ssh-command "plink -ssh" --global</tt>'.
11 * Added the [./patchcmd.md|fossil patch] command.
@@ -14,11 +13,11 @@
13 <li> The REPOSITORY argument can be the name of a check-out directory.
14 <li> If the REPOSITORY argument is prefixed by "HOST:" or "USER@HOST:"
15 then the ui is run on the remote machine and tunnelled back to the local
16 machine using ssh. (The latest version of fossil must be installed on
17 both the local and the remote for this to work correctly.)
18 <li> The new --nobrowser and --fossilcmd options is provided.
19 </ol>
20 * The [/brlist|/brlist web page] allows the user to
21 select multiple branches to be displayed together in a single
22 timeline.
23 * The [./forum.wiki|Forum] provides a hyperlink on the author of each
24

Keyboard Shortcuts

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