Fossil SCM

Put 'tag' command arguments in canonical order.

danield 2024-04-04 13:17 trunk
Commit 72add409649d9c3f66c6c0b1a990747a320b02995b642006c5dbb0328fc4a791
1 file changed +11 -11
+11 -11
--- src/tag.c
+++ src/tag.c
@@ -402,17 +402,17 @@
402402
** --propagate flag is present and ARTIFACT-ID refers to a
403403
** wiki page, forum post, technote, or check-in, the tag
404404
** propagates to all descendants of that artifact.
405405
**
406406
** 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
407411
** --raw Raw tag name. Ignored for
408412
** non-CHECK-IN artifacts.
409
-** --propagate Propagating tag
410
-** --date-override DATETIME Set date and time added
411413
** --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
414414
**
415415
** The --date-override and --user-override options support
416416
** importing history from other SCM systems. DATETIME has
417417
** the form 'YYYY-MMM-DD HH:MM:SS'.
418418
**
@@ -427,31 +427,31 @@
427427
** any descendants. Use the the -n|--dry-run option to see
428428
** what would have happened. Certain tag name prefixes are
429429
** forbidden, as documented for the 'add' subcommand.
430430
**
431431
** 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
432435
** --raw Raw tag name. Ignored for
433436
** non-CHECK-IN artifacts.
434
-** --date-override DATETIME Set date and time deleted
435437
** --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
438438
**
439439
** > fossil tag find ?OPTIONS? TAGNAME
440440
**
441441
** List all objects that use TAGNAME.
442442
**
443443
** Options:
444
+** -n|--limit N Limit to N results
444445
** --raw Interprets tag as a raw name instead of a
445446
** branch name and matches any type of artifact.
446447
** Changes the output to include only the
447448
** hashes of matching objects.
448449
** -t|--type TYPE One of: ci (check-in), w (wiki),
449450
** e (event/technote), f (forum post),
450451
** t (ticket). Default is all types. Ignored
451452
** if --raw is used.
452
-** -n|--limit N Limit to N results
453453
**
454454
** > fossil tag list|ls ?OPTIONS? ?ARTIFACT-ID?
455455
**
456456
** List all tags or, if ARTIFACT-ID is supplied, all tags and
457457
** their values for that artifact. The tagtype option accepts
@@ -459,21 +459,21 @@
459459
** scripting compatibility, the internal tag types "wiki-",
460460
** "tkt-", and "event-" (technote) are elided by default
461461
** unless the --raw or --prefix options are used.
462462
**
463463
** 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
467464
** -v|--inverse Inverse the meaning of --tagtype TYPE
468465
** --prefix List only tags with the given prefix
469466
** Fossil-internal prefixes include "sym-"
470467
** (branch name), "wiki-", "event-"
471468
** (technote), and "tkt-" (ticket). The
472469
** prefix is stripped from the resulting
473470
** list unless --raw is provided. Ignored if
474471
** 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
475475
**
476476
** The option --raw allows the manipulation of all types of tags
477477
** used for various internal purposes in fossil. It also shows
478478
** "cancel" tags for the "find" and "list" subcommands. You should
479479
** not use this option to make changes unless you are sure what
480480
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button