Fossil SCM
Update help for "fossil ui" to more closely match the behavior in the code.
Commit
b2b373ff17e3bfb9c6bb7649dae7cb5dc2aa7c4757e18d7a9b30a1d919e97296
Parent
793c492415496a0…
1 file changed
+5
-4
+5
-4
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -3065,14 +3065,15 @@ | ||
| 3065 | 3065 | ** |
| 3066 | 3066 | ** If REPOSITORY begins with a "HOST:" or "USER@HOST:" prefix, then |
| 3067 | 3067 | ** the command is run on the remote host specified and the results are |
| 3068 | 3068 | ** tunneled back to the local machine via SSH. This feature only works for |
| 3069 | 3069 | ** the "fossil ui" command, not the "fossil server" command. The name of the |
| 3070 | -** fossil executable on the remote host is specified by the --fossilcmd option, | |
| 3071 | -** or if there is no --fossilcmd, it first tries "$HOME/bin/fossil" and if | |
| 3072 | -** not found there it searches for any executable named "fossil" on the | |
| 3073 | -** default $PATH set by SSH on the remote. | |
| 3070 | +** fossil executable on the remote host is specified by the --fossilcmd | |
| 3071 | +** option, or if there is no --fossilcmd, it first tries "fossil" and if it | |
| 3072 | +** is not found in the default $PATH set by SSH on the remote, it then adds | |
| 3073 | +** "$HOME/bin:/usr/local/bin:/opt/homebrew/bin" to the PATH and tries again to | |
| 3074 | +** run "fossil". | |
| 3074 | 3075 | ** |
| 3075 | 3076 | ** REPOSITORY may also be a directory (aka folder) that contains one or |
| 3076 | 3077 | ** more repositories with names ending in ".fossil". In this case, a |
| 3077 | 3078 | ** prefix of the URL pathname is used to search the directory for an |
| 3078 | 3079 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 3079 | 3080 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3065,14 +3065,15 @@ | |
| 3065 | ** |
| 3066 | ** If REPOSITORY begins with a "HOST:" or "USER@HOST:" prefix, then |
| 3067 | ** the command is run on the remote host specified and the results are |
| 3068 | ** tunneled back to the local machine via SSH. This feature only works for |
| 3069 | ** the "fossil ui" command, not the "fossil server" command. The name of the |
| 3070 | ** fossil executable on the remote host is specified by the --fossilcmd option, |
| 3071 | ** or if there is no --fossilcmd, it first tries "$HOME/bin/fossil" and if |
| 3072 | ** not found there it searches for any executable named "fossil" on the |
| 3073 | ** default $PATH set by SSH on the remote. |
| 3074 | ** |
| 3075 | ** REPOSITORY may also be a directory (aka folder) that contains one or |
| 3076 | ** more repositories with names ending in ".fossil". In this case, a |
| 3077 | ** prefix of the URL pathname is used to search the directory for an |
| 3078 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 3079 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3065,14 +3065,15 @@ | |
| 3065 | ** |
| 3066 | ** If REPOSITORY begins with a "HOST:" or "USER@HOST:" prefix, then |
| 3067 | ** the command is run on the remote host specified and the results are |
| 3068 | ** tunneled back to the local machine via SSH. This feature only works for |
| 3069 | ** the "fossil ui" command, not the "fossil server" command. The name of the |
| 3070 | ** fossil executable on the remote host is specified by the --fossilcmd |
| 3071 | ** option, or if there is no --fossilcmd, it first tries "fossil" and if it |
| 3072 | ** is not found in the default $PATH set by SSH on the remote, it then adds |
| 3073 | ** "$HOME/bin:/usr/local/bin:/opt/homebrew/bin" to the PATH and tries again to |
| 3074 | ** run "fossil". |
| 3075 | ** |
| 3076 | ** REPOSITORY may also be a directory (aka folder) that contains one or |
| 3077 | ** more repositories with names ending in ".fossil". In this case, a |
| 3078 | ** prefix of the URL pathname is used to search the directory for an |
| 3079 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 3080 |