Fossil SCM
Update the change log to talk about the enhancements to "fossil ui".
Commit
2d19a40df343172a43b2cbd2443a819fb106f75d90244cd6c2f47ef18282ba7b
Parent
cff1f785e1000c5…
1 file changed
+9
-1
+9
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -6,12 +6,20 @@ | ||
| 6 | 6 | server hostname matches its certificate. <b>Upgrading to |
| 7 | 7 | the patch is recommended.</b> |
| 8 | 8 | * The default "ssh" command on Windows is changed to "ssh" instead of the |
| 9 | 9 | legacy "plink", as ssh is now generally available on Windows systems. |
| 10 | 10 | Installations that still need to use the legacy "plink" can make that |
| 11 | - happen by running: '<tt>fossil set ssh-command "plink -ssh -T" --global</tt>'. | |
| 11 | + happen by running: '<tt>fossil set ssh-command "plink -ssh" --global</tt>'. | |
| 12 | 12 | * Added the [./patchcmd.md|fossil patch] command. |
| 13 | + * The [/help?cmd=ui|fossil ui] command is enhanced in multiple ways:<ol> | |
| 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> | |
| 13 | 21 | * The [/brlist|/brlist web page] allows the user to |
| 14 | 22 | select multiple branches to be displayed together in a single |
| 15 | 23 | timeline. |
| 16 | 24 | * The [./forum.wiki|Forum] provides a hyperlink on the author of each |
| 17 | 25 | post that goes to a timeline of recent posts by that same author. |
| 18 | 26 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -6,12 +6,20 @@ | |
| 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 -T" --global</tt>'. |
| 12 | * Added the [./patchcmd.md|fossil patch] command. |
| 13 | * The [/brlist|/brlist web page] allows the user to |
| 14 | select multiple branches to be displayed together in a single |
| 15 | timeline. |
| 16 | * The [./forum.wiki|Forum] provides a hyperlink on the author of each |
| 17 | post that goes to a timeline of recent posts by that same author. |
| 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -6,12 +6,20 @@ | |
| 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. |
| 13 | * The [/help?cmd=ui|fossil ui] command is enhanced in multiple ways:<ol> |
| 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 | post that goes to a timeline of recent posts by that same author. |
| 26 |