[fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Francois Vogel
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

Re: [fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Martin Gagnon
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

Re: [fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Stephan Beal
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

Re: [fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Francois Vogel
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

Re: [fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Martin Gagnon
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