View Ticket
Not logged in
Ticket UUID: 0cb89f4c72e3b957f37821dd1b26780f690e8ace
Title: Misarranged lines in fossil tag help text
Status: Fixed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-10-07 20:36:28
Version Found In: [8995df3aee]
Description & Comments:
The following text appears at the end after running "fossil help tag":
will be taken as an artifact or baseline ID and fossil will
probably complain that no such revision was found. However

  fossil update tag:decaf

will assume that "decaf" is a tag/branch name.

only allow --date-override and --user-override in 
  fossil tag add --date-override 'YYYY-MMM-DD HH:MM:SS' \n                  --user-override user 
in order to import history from other scm systems

anonymous added on 2010-10-07 12:09:53:
Changed ticket title from "unnecessary" to "misarranged." It looks like the text describes the timestamp override option for fossil tag.


wolfgang added on 2010-10-07 16:10:34:
patch added to branch wolfgangTicketCmd ([8041eab372])