Fossil SCM
Tweaked integrity output lightly.
Commit
7c6df765548821747f55912c80e1c6734bceed35
Parent
cff018520068b22…
1 file changed
+3
-3
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | ||
| @@ -315,11 +315,11 @@ | ||
| 315 | 315 | |
| 316 | 316 | # Find all revisions which are not used by at least one |
| 317 | 317 | # changeset. |
| 318 | 318 | CheckRev \ |
| 319 | 319 | {All revisions have to be used by least one changeset} \ |
| 320 | - {is not used by a changeset} { | |
| 320 | + {is not used by a revision changeset} { | |
| 321 | 321 | -- Unused revisions = All revisions |
| 322 | 322 | -- - revisions used by revision changesets. |
| 323 | 323 | -- |
| 324 | 324 | -- Both sets can be computed easily, and subtracted |
| 325 | 325 | -- from each other. Then we can get the associated |
| @@ -485,11 +485,11 @@ | ||
| 485 | 485 | # the main label). |
| 486 | 486 | |
| 487 | 487 | # Find all tags which are not used by at least one changeset. |
| 488 | 488 | CheckTag \ |
| 489 | 489 | {All tags have to be used by least one changeset} \ |
| 490 | - {is not used by a changeset} { | |
| 490 | + {is not used by a tag symbol changeset} { | |
| 491 | 491 | -- Unused tags = All tags |
| 492 | 492 | -- - revisions used by tag changesets. |
| 493 | 493 | -- |
| 494 | 494 | -- Both sets can be computed easily, and subtracted |
| 495 | 495 | -- from each other. Then we can get the associated |
| @@ -647,11 +647,11 @@ | ||
| 647 | 647 | |
| 648 | 648 | # Find all branches which are not used by at least one |
| 649 | 649 | # changeset. |
| 650 | 650 | CheckBranch \ |
| 651 | 651 | {All branches have to be used by least one changeset} \ |
| 652 | - {is not used by a changeset} { | |
| 652 | + {is not used by a branch symbol changeset} { | |
| 653 | 653 | -- Unused branches = All branches |
| 654 | 654 | -- - branches used by branch changesets. |
| 655 | 655 | -- |
| 656 | 656 | -- Both sets can be computed easily, and subtracted |
| 657 | 657 | -- from each other. Then we can get the associated |
| 658 | 658 |
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | |
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | |
| @@ -315,11 +315,11 @@ | |
| 315 | |
| 316 | # Find all revisions which are not used by at least one |
| 317 | # changeset. |
| 318 | CheckRev \ |
| 319 | {All revisions have to be used by least one changeset} \ |
| 320 | {is not used by a changeset} { |
| 321 | -- Unused revisions = All revisions |
| 322 | -- - revisions used by revision changesets. |
| 323 | -- |
| 324 | -- Both sets can be computed easily, and subtracted |
| 325 | -- from each other. Then we can get the associated |
| @@ -485,11 +485,11 @@ | |
| 485 | # the main label). |
| 486 | |
| 487 | # Find all tags which are not used by at least one changeset. |
| 488 | CheckTag \ |
| 489 | {All tags have to be used by least one changeset} \ |
| 490 | {is not used by a changeset} { |
| 491 | -- Unused tags = All tags |
| 492 | -- - revisions used by tag changesets. |
| 493 | -- |
| 494 | -- Both sets can be computed easily, and subtracted |
| 495 | -- from each other. Then we can get the associated |
| @@ -647,11 +647,11 @@ | |
| 647 | |
| 648 | # Find all branches which are not used by at least one |
| 649 | # changeset. |
| 650 | CheckBranch \ |
| 651 | {All branches have to be used by least one changeset} \ |
| 652 | {is not used by a changeset} { |
| 653 | -- Unused branches = All branches |
| 654 | -- - branches used by branch changesets. |
| 655 | -- |
| 656 | -- Both sets can be computed easily, and subtracted |
| 657 | -- from each other. Then we can get the associated |
| 658 |
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | |
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | |
| @@ -315,11 +315,11 @@ | |
| 315 | |
| 316 | # Find all revisions which are not used by at least one |
| 317 | # changeset. |
| 318 | CheckRev \ |
| 319 | {All revisions have to be used by least one changeset} \ |
| 320 | {is not used by a revision changeset} { |
| 321 | -- Unused revisions = All revisions |
| 322 | -- - revisions used by revision changesets. |
| 323 | -- |
| 324 | -- Both sets can be computed easily, and subtracted |
| 325 | -- from each other. Then we can get the associated |
| @@ -485,11 +485,11 @@ | |
| 485 | # the main label). |
| 486 | |
| 487 | # Find all tags which are not used by at least one changeset. |
| 488 | CheckTag \ |
| 489 | {All tags have to be used by least one changeset} \ |
| 490 | {is not used by a tag symbol changeset} { |
| 491 | -- Unused tags = All tags |
| 492 | -- - revisions used by tag changesets. |
| 493 | -- |
| 494 | -- Both sets can be computed easily, and subtracted |
| 495 | -- from each other. Then we can get the associated |
| @@ -647,11 +647,11 @@ | |
| 647 | |
| 648 | # Find all branches which are not used by at least one |
| 649 | # changeset. |
| 650 | CheckBranch \ |
| 651 | {All branches have to be used by least one changeset} \ |
| 652 | {is not used by a branch symbol changeset} { |
| 653 | -- Unused branches = All branches |
| 654 | -- - branches used by branch changesets. |
| 655 | -- |
| 656 | -- Both sets can be computed easily, and subtracted |
| 657 | -- from each other. Then we can get the associated |
| 658 |