Fossil SCM
Put 'tag' command arguments in canonical order.
Commit
72add409649d9c3f66c6c0b1a990747a320b02995b642006c5dbb0328fc4a791
Parent
ad47a447c812777…
1 file changed
+11
-11
+11
-11
| --- src/tag.c | ||
| +++ src/tag.c | ||
| @@ -402,17 +402,17 @@ | ||
| 402 | 402 | ** --propagate flag is present and ARTIFACT-ID refers to a |
| 403 | 403 | ** wiki page, forum post, technote, or check-in, the tag |
| 404 | 404 | ** propagates to all descendants of that artifact. |
| 405 | 405 | ** |
| 406 | 406 | ** Options: |
| 407 | +** --date-override DATETIME Set date and time added | |
| 408 | +** -n|--dry-run Display the tag text, but do not | |
| 409 | +** actually insert it into the database | |
| 410 | +** --propagate Propagating tag | |
| 407 | 411 | ** --raw Raw tag name. Ignored for |
| 408 | 412 | ** non-CHECK-IN artifacts. |
| 409 | -** --propagate Propagating tag | |
| 410 | -** --date-override DATETIME Set date and time added | |
| 411 | 413 | ** --user-override USER Name USER when adding the tag |
| 412 | -** -n|--dry-run Display the tag text, but do not | |
| 413 | -** actually insert it into the database | |
| 414 | 414 | ** |
| 415 | 415 | ** The --date-override and --user-override options support |
| 416 | 416 | ** importing history from other SCM systems. DATETIME has |
| 417 | 417 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 418 | 418 | ** |
| @@ -427,31 +427,31 @@ | ||
| 427 | 427 | ** any descendants. Use the the -n|--dry-run option to see |
| 428 | 428 | ** what would have happened. Certain tag name prefixes are |
| 429 | 429 | ** forbidden, as documented for the 'add' subcommand. |
| 430 | 430 | ** |
| 431 | 431 | ** Options: |
| 432 | +** --date-override DATETIME Set date and time deleted | |
| 433 | +** -n|--dry-run Display the control artifact, but do | |
| 434 | +** not insert it into the database | |
| 432 | 435 | ** --raw Raw tag name. Ignored for |
| 433 | 436 | ** non-CHECK-IN artifacts. |
| 434 | -** --date-override DATETIME Set date and time deleted | |
| 435 | 437 | ** --user-override USER Name USER when deleting the tag |
| 436 | -** -n|--dry-run Display the control artifact, but do | |
| 437 | -** not insert it into the database | |
| 438 | 438 | ** |
| 439 | 439 | ** > fossil tag find ?OPTIONS? TAGNAME |
| 440 | 440 | ** |
| 441 | 441 | ** List all objects that use TAGNAME. |
| 442 | 442 | ** |
| 443 | 443 | ** Options: |
| 444 | +** -n|--limit N Limit to N results | |
| 444 | 445 | ** --raw Interprets tag as a raw name instead of a |
| 445 | 446 | ** branch name and matches any type of artifact. |
| 446 | 447 | ** Changes the output to include only the |
| 447 | 448 | ** hashes of matching objects. |
| 448 | 449 | ** -t|--type TYPE One of: ci (check-in), w (wiki), |
| 449 | 450 | ** e (event/technote), f (forum post), |
| 450 | 451 | ** t (ticket). Default is all types. Ignored |
| 451 | 452 | ** if --raw is used. |
| 452 | -** -n|--limit N Limit to N results | |
| 453 | 453 | ** |
| 454 | 454 | ** > fossil tag list|ls ?OPTIONS? ?ARTIFACT-ID? |
| 455 | 455 | ** |
| 456 | 456 | ** List all tags or, if ARTIFACT-ID is supplied, all tags and |
| 457 | 457 | ** their values for that artifact. The tagtype option accepts |
| @@ -459,21 +459,21 @@ | ||
| 459 | 459 | ** scripting compatibility, the internal tag types "wiki-", |
| 460 | 460 | ** "tkt-", and "event-" (technote) are elided by default |
| 461 | 461 | ** unless the --raw or --prefix options are used. |
| 462 | 462 | ** |
| 463 | 463 | ** Options: |
| 464 | -** --raw List raw names of tags | |
| 465 | -** --tagtype TYPE List only tags of type TYPE, which must | |
| 466 | -** be one of: cancel, singleton, propagated | |
| 467 | 464 | ** -v|--inverse Inverse the meaning of --tagtype TYPE |
| 468 | 465 | ** --prefix List only tags with the given prefix |
| 469 | 466 | ** Fossil-internal prefixes include "sym-" |
| 470 | 467 | ** (branch name), "wiki-", "event-" |
| 471 | 468 | ** (technote), and "tkt-" (ticket). The |
| 472 | 469 | ** prefix is stripped from the resulting |
| 473 | 470 | ** list unless --raw is provided. Ignored if |
| 474 | 471 | ** ARTIFACT-ID is provided. |
| 472 | +** --raw List raw names of tags | |
| 473 | +** --tagtype TYPE List only tags of type TYPE, which must | |
| 474 | +** be one of: cancel, singleton, propagated | |
| 475 | 475 | ** |
| 476 | 476 | ** The option --raw allows the manipulation of all types of tags |
| 477 | 477 | ** used for various internal purposes in fossil. It also shows |
| 478 | 478 | ** "cancel" tags for the "find" and "list" subcommands. You should |
| 479 | 479 | ** not use this option to make changes unless you are sure what |
| 480 | 480 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -402,17 +402,17 @@ | |
| 402 | ** --propagate flag is present and ARTIFACT-ID refers to a |
| 403 | ** wiki page, forum post, technote, or check-in, the tag |
| 404 | ** propagates to all descendants of that artifact. |
| 405 | ** |
| 406 | ** Options: |
| 407 | ** --raw Raw tag name. Ignored for |
| 408 | ** non-CHECK-IN artifacts. |
| 409 | ** --propagate Propagating tag |
| 410 | ** --date-override DATETIME Set date and time added |
| 411 | ** --user-override USER Name USER when adding the tag |
| 412 | ** -n|--dry-run Display the tag text, but do not |
| 413 | ** actually insert it into the database |
| 414 | ** |
| 415 | ** The --date-override and --user-override options support |
| 416 | ** importing history from other SCM systems. DATETIME has |
| 417 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 418 | ** |
| @@ -427,31 +427,31 @@ | |
| 427 | ** any descendants. Use the the -n|--dry-run option to see |
| 428 | ** what would have happened. Certain tag name prefixes are |
| 429 | ** forbidden, as documented for the 'add' subcommand. |
| 430 | ** |
| 431 | ** Options: |
| 432 | ** --raw Raw tag name. Ignored for |
| 433 | ** non-CHECK-IN artifacts. |
| 434 | ** --date-override DATETIME Set date and time deleted |
| 435 | ** --user-override USER Name USER when deleting the tag |
| 436 | ** -n|--dry-run Display the control artifact, but do |
| 437 | ** not insert it into the database |
| 438 | ** |
| 439 | ** > fossil tag find ?OPTIONS? TAGNAME |
| 440 | ** |
| 441 | ** List all objects that use TAGNAME. |
| 442 | ** |
| 443 | ** Options: |
| 444 | ** --raw Interprets tag as a raw name instead of a |
| 445 | ** branch name and matches any type of artifact. |
| 446 | ** Changes the output to include only the |
| 447 | ** hashes of matching objects. |
| 448 | ** -t|--type TYPE One of: ci (check-in), w (wiki), |
| 449 | ** e (event/technote), f (forum post), |
| 450 | ** t (ticket). Default is all types. Ignored |
| 451 | ** if --raw is used. |
| 452 | ** -n|--limit N Limit to N results |
| 453 | ** |
| 454 | ** > fossil tag list|ls ?OPTIONS? ?ARTIFACT-ID? |
| 455 | ** |
| 456 | ** List all tags or, if ARTIFACT-ID is supplied, all tags and |
| 457 | ** their values for that artifact. The tagtype option accepts |
| @@ -459,21 +459,21 @@ | |
| 459 | ** scripting compatibility, the internal tag types "wiki-", |
| 460 | ** "tkt-", and "event-" (technote) are elided by default |
| 461 | ** unless the --raw or --prefix options are used. |
| 462 | ** |
| 463 | ** Options: |
| 464 | ** --raw List raw names of tags |
| 465 | ** --tagtype TYPE List only tags of type TYPE, which must |
| 466 | ** be one of: cancel, singleton, propagated |
| 467 | ** -v|--inverse Inverse the meaning of --tagtype TYPE |
| 468 | ** --prefix List only tags with the given prefix |
| 469 | ** Fossil-internal prefixes include "sym-" |
| 470 | ** (branch name), "wiki-", "event-" |
| 471 | ** (technote), and "tkt-" (ticket). The |
| 472 | ** prefix is stripped from the resulting |
| 473 | ** list unless --raw is provided. Ignored if |
| 474 | ** ARTIFACT-ID is provided. |
| 475 | ** |
| 476 | ** The option --raw allows the manipulation of all types of tags |
| 477 | ** used for various internal purposes in fossil. It also shows |
| 478 | ** "cancel" tags for the "find" and "list" subcommands. You should |
| 479 | ** not use this option to make changes unless you are sure what |
| 480 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -402,17 +402,17 @@ | |
| 402 | ** --propagate flag is present and ARTIFACT-ID refers to a |
| 403 | ** wiki page, forum post, technote, or check-in, the tag |
| 404 | ** propagates to all descendants of that artifact. |
| 405 | ** |
| 406 | ** Options: |
| 407 | ** --date-override DATETIME Set date and time added |
| 408 | ** -n|--dry-run Display the tag text, but do not |
| 409 | ** actually insert it into the database |
| 410 | ** --propagate Propagating tag |
| 411 | ** --raw Raw tag name. Ignored for |
| 412 | ** non-CHECK-IN artifacts. |
| 413 | ** --user-override USER Name USER when adding the tag |
| 414 | ** |
| 415 | ** The --date-override and --user-override options support |
| 416 | ** importing history from other SCM systems. DATETIME has |
| 417 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 418 | ** |
| @@ -427,31 +427,31 @@ | |
| 427 | ** any descendants. Use the the -n|--dry-run option to see |
| 428 | ** what would have happened. Certain tag name prefixes are |
| 429 | ** forbidden, as documented for the 'add' subcommand. |
| 430 | ** |
| 431 | ** Options: |
| 432 | ** --date-override DATETIME Set date and time deleted |
| 433 | ** -n|--dry-run Display the control artifact, but do |
| 434 | ** not insert it into the database |
| 435 | ** --raw Raw tag name. Ignored for |
| 436 | ** non-CHECK-IN artifacts. |
| 437 | ** --user-override USER Name USER when deleting the tag |
| 438 | ** |
| 439 | ** > fossil tag find ?OPTIONS? TAGNAME |
| 440 | ** |
| 441 | ** List all objects that use TAGNAME. |
| 442 | ** |
| 443 | ** Options: |
| 444 | ** -n|--limit N Limit to N results |
| 445 | ** --raw Interprets tag as a raw name instead of a |
| 446 | ** branch name and matches any type of artifact. |
| 447 | ** Changes the output to include only the |
| 448 | ** hashes of matching objects. |
| 449 | ** -t|--type TYPE One of: ci (check-in), w (wiki), |
| 450 | ** e (event/technote), f (forum post), |
| 451 | ** t (ticket). Default is all types. Ignored |
| 452 | ** if --raw is used. |
| 453 | ** |
| 454 | ** > fossil tag list|ls ?OPTIONS? ?ARTIFACT-ID? |
| 455 | ** |
| 456 | ** List all tags or, if ARTIFACT-ID is supplied, all tags and |
| 457 | ** their values for that artifact. The tagtype option accepts |
| @@ -459,21 +459,21 @@ | |
| 459 | ** scripting compatibility, the internal tag types "wiki-", |
| 460 | ** "tkt-", and "event-" (technote) are elided by default |
| 461 | ** unless the --raw or --prefix options are used. |
| 462 | ** |
| 463 | ** Options: |
| 464 | ** -v|--inverse Inverse the meaning of --tagtype TYPE |
| 465 | ** --prefix List only tags with the given prefix |
| 466 | ** Fossil-internal prefixes include "sym-" |
| 467 | ** (branch name), "wiki-", "event-" |
| 468 | ** (technote), and "tkt-" (ticket). The |
| 469 | ** prefix is stripped from the resulting |
| 470 | ** list unless --raw is provided. Ignored if |
| 471 | ** ARTIFACT-ID is provided. |
| 472 | ** --raw List raw names of tags |
| 473 | ** --tagtype TYPE List only tags of type TYPE, which must |
| 474 | ** be one of: cancel, singleton, propagated |
| 475 | ** |
| 476 | ** The option --raw allows the manipulation of all types of tags |
| 477 | ** used for various internal purposes in fossil. It also shows |
| 478 | ** "cancel" tags for the "find" and "list" subcommands. You should |
| 479 | ** not use this option to make changes unless you are sure what |
| 480 |