439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
|
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
|
-
+
|
**
** Move the check-ins identified by TAGS and all of their descendants
** out of the repository and into the graveyard. The "checkins"
** subcommand keyword is optional and can be omitted as long as TAGS
** does not conflict with any other subcommand.
**
** If TAGS includes a branch name then it means all the check-ins
** on the most recent occurrance of that branch.
** on the most recent occurrence of that branch.
**
** --explain Make no changes, but show what would happen.
** --dry-run Make no changes.
**
** fossil purge list|ls ?-l?
**
** Show the graveyard of prior purges. The -l option gives more
|