Thus said Philip Bennefall on Sun, 07 Sep 2014 19:39:40 +0200:

> However, non-propagating  tags added with tag  add do not show  up. So
> even though  both tags are non-propagating,  one of them shows  up but
> not the other.

fossil tag  modifies artifacts  *AFTER* they  have been  created. fossil
checkin --tag  causes the  checkin to  add a tag  to the  new artifact's
manifest. This also  means that when you use fossil  checkin --tag, that
this tag will only  ever show up once during that  very checkin that you
are about to commit.

Try this; modify a file (test repository if needs be):

fossil ci --tag newtag

You see  it in your editor  for the commit message,  right? Complete the
checkin. Then modify a file and make another commit:

fossil ci

Do you see newtag in the comment document in your editor? Why?

Andy
-- 
TAI64 timestamp: 40000000540d4831


_______________________________________________
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