Fossil SCM

Update help for "fossil ui" to more closely match the behavior in the code.

andybradford 2024-02-08 15:10 trunk
Commit b2b373ff17e3bfb9c6bb7649dae7cb5dc2aa7c4757e18d7a9b30a1d919e97296
1 file changed +5 -4
+5 -4
--- src/main.c
+++ src/main.c
@@ -3065,14 +3065,15 @@
30653065
**
30663066
** If REPOSITORY begins with a "HOST:" or "USER@HOST:" prefix, then
30673067
** the command is run on the remote host specified and the results are
30683068
** tunneled back to the local machine via SSH. This feature only works for
30693069
** 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".
30743075
**
30753076
** REPOSITORY may also be a directory (aka folder) that contains one or
30763077
** more repositories with names ending in ".fossil". In this case, a
30773078
** prefix of the URL pathname is used to search the directory for an
30783079
** appropriate repository. To thwart mischief, the pathname in the URL must
30793080
--- 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

Keyboard Shortcuts

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