On Fri, 23 Nov 2012 07:14:37 -0500, Richard Hipp
<[email protected]> wrote:
>Note that you can include multiple --tag options on a commit.  When I
>create a new release of SQLite, for example, I'll typically add a couple of
>tags and a check-in specific background color, like this:
>
>     fossil commit -f --tag release --tag version-3.7.15 --bgcolor "#d0c0ff'
>
>The -f option is to force the commit to go through even though there have
>been no changes to the code.  Every release gets a "release" tag, so that
>we can view all releases on a single page.  (See
>http://www.sqlite.org/src/timeline?t=release for example.)  The
>"version-3.7.15" tag is unique to that one check-in.

Thanks for confirmation + hint about "bgcolor". "fossil timeline"
followed by "fossil add tag some_tag revision_hash" worked fine, as
"fossil commit -m "blah" -tag mytag".

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to