On Wed, Jan 26, 2011 at 17:22, Dmitry Chestnykh <dmi...@codingrobots.com>wrote:

>
> On Jan 26, 2011, at 4:31 PM, David Bovill wrote:
>
> > Can't get the syntax right for colourizing a new branch? None of the
> following seem to work.
> >
> > fossil branch new html5 xml -bgcolor #F87A17
> > fossil branch new html5 xml -bgcolor#F87A17
> > fossil branch new html5 xml --bgcolor #F87A17
> > fossil branch new html5 xml --bgcolor#F87A17
>
> Wrap color in quotes, e.g.:
>
> fossil branch new html5 xml -bgcolor "#f87a17"
>

Actually this is caused because your shell interprets the # character as
start of a comment.
If your environment is Windows, with their standard command line you needn't
double quotes.

Just FYI.


-- 
Benoit Mortgat
20, avenue Marcel Paul
69200 Vénissieux, France
+33 6 17 15 41 58
+33 4 27 11 61 23
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to