Fossil SCM
Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code.
Commit
e39854ae510570a207058b8df686b007b6059c58ca0ad0f6cc90f730629cbbd1
Parent
301bc21791f13e6…
2 files changed
+10
-3
+2
-3
+10
-3
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -110,17 +110,24 @@ | ||
| 110 | 110 | ** --randomize options are not supported. |
| 111 | 111 | ** |
| 112 | 112 | ** sync Run a "sync" on all repositories. Only the --verbose |
| 113 | 113 | ** and --unversioned options are supported. |
| 114 | 114 | ** |
| 115 | -** set|unset Run the "setting", "set", or "unset" commands on all | |
| 115 | +** set Run the "setting" or "set" commands on all | |
| 116 | 116 | ** repositories. These command are particularly useful in |
| 117 | 117 | ** conjunction with the "max-loadavg" setting which cannot |
| 118 | 118 | ** otherwise be set globally. |
| 119 | 119 | ** |
| 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 | |
| 122 | 129 | ** |
| 123 | 130 | ** |
| 124 | 131 | ** In addition, the following maintenance operations are supported: |
| 125 | 132 | ** |
| 126 | 133 | ** add Add all the repositories named to the set of repositories |
| 127 | 134 |
| --- 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 |
+2
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,12 +1,11 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_16'></a> |
| 4 | 4 | <h2>Changes for Version 2.16 (pending)</h2> |
| 5 | 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> | |
| 6 | + server hostname matches its certificate. | |
| 8 | 7 | * The default "ssh" command on Windows is changed to "ssh" instead of the |
| 9 | 8 | legacy "plink", as ssh is now generally available on Windows systems. |
| 10 | 9 | Installations that still need to use the legacy "plink" can make that |
| 11 | 10 | happen by running: '<tt>fossil set ssh-command "plink -ssh" --global</tt>'. |
| 12 | 11 | * Added the [./patchcmd.md|fossil patch] command. |
| @@ -14,11 +13,11 @@ | ||
| 14 | 13 | <li> The REPOSITORY argument can be the name of a check-out directory. |
| 15 | 14 | <li> If the REPOSITORY argument is prefixed by "HOST:" or "USER@HOST:" |
| 16 | 15 | then the ui is run on the remote machine and tunnelled back to the local |
| 17 | 16 | machine using ssh. (The latest version of fossil must be installed on |
| 18 | 17 | 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. | |
| 20 | 19 | </ol> |
| 21 | 20 | * The [/brlist|/brlist web page] allows the user to |
| 22 | 21 | select multiple branches to be displayed together in a single |
| 23 | 22 | timeline. |
| 24 | 23 | * The [./forum.wiki|Forum] provides a hyperlink on the author of each |
| 25 | 24 |
| --- 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 |