Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | corrected missaranged lines in tag help (ticket [0cb89f4c72]) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | wolfgangTicketCmd |
| Files: | files | file ages | folders |
| SHA1: |
8041eab3728f63335b4d41757b5e9829 |
| User & Date: | wolfgang 2010-10-07 16:09:30.000 |
References
|
2010-10-07
| ||
| 16:10 | • Verified ticket [0cb89f4c72]: Misarranged lines in fossil tag help text plus 1 other change artifact: da518be020 user: wolfgang | |
Context
|
2010-10-07
| ||
| 16:12 | merged from trunk check-in: 09397a629a user: wolfgang tags: wolfgangTicketCmd | |
| 16:09 | corrected missaranged lines in tag help (ticket [0cb89f4c72]) check-in: 8041eab372 user: wolfgang tags: wolfgangTicketCmd | |
| 15:57 | add success message to fossil ticket add/set check-in: e00f13dc6e user: wolfgang tags: wolfgangTicketCmd | |
Changes
Changes to src/tag.c.
| ︙ | ︙ | |||
353 354 355 356 357 358 359 | ** 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 | | | 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 |
** 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' \\
** --user-override user
** in order to import history from other scm systems
*/
void tag_cmd(void){
int n;
int fRaw = find_option("raw","",0)!=0;
int fPropagate = find_option("propagate","",0)!=0;
|
| ︙ | ︙ |