Hi all,
I'm experiencing the following error on macOS and Linux:
$ f commit -m "Fix bug" --branch mybranch --branchcolor #f0a0a0
unrecognized command-line option, or missing argument: --branchcolor
$ fossil version
This is fossil version 2.6 [9718f3b078] 2018-05-04 12:56:42 UTC
$ f commit -m "Fi
My guess is that on a bash shell, # is the symbol for comments. Try to put
it in double quotes;
e.g.:—branchcolor "#f0a0a0"
Regards,
(Sorry for top posting and brevity, I’m on mobile)
—
Martin G.
Le sam. 7 juill. 2018 à 07:30, Francois Vogel a écrit :
> Hi all,
>
> I'm experiencing the
On Sat, Jul 7, 2018 at 2:12 PM Martin Gagnon wrote:
> My guess is that on a bash shell, # is the symbol for comments. Try to put
> it in double quotes;
>e.g.:—branchcolor "#f0a0a0"
>
That is definitely what's happening, and it's not bash-specific: every[^1]
Unix-style shell known to man
Many thanks for your answers. I'm always impressed how members of this
list are helpful and reply quickly.
Regards,
Francois
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fos
On Sat, Jul 07, 2018 at 02:39:52PM +0200, Francois Vogel wrote:
> Many thanks for your answers. I'm always impressed how members of this
> list are helpful and reply quickly.
Bienvenue
--
Martin G.
___
fossil-users mailing list
fossil-users@lists.fossi
5 matches
Mail list logo