Differences From:
File
tools/cvs2fossil/lib/c2f_integrity.tcl
part of check-in
[66235f2430]
- Updated the copyright information of all files touched in the new year.
by
aku on
2008-02-06 05:04:12.
Also file
tools/cvs2fossil/lib/c2f_integrity.tcl
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
To:
File
tools/cvs2fossil/lib/c2f_integrity.tcl
part of check-in
[7c6df76554]
- Tweaked integrity output lightly.
by
aku on
2008-02-23 07:12:09.
[view]
@@ -316,9 +316,9 @@
# Find all revisions which are not used by at least one
# changeset.
CheckRev \
{All revisions have to be used by least one changeset} \
- {is not used by a changeset} {
+ {is not used by a revision changeset} {
-- Unused revisions = All revisions
-- - revisions used by revision changesets.
--
-- Both sets can be computed easily, and subtracted
@@ -486,9 +486,9 @@
# Find all tags which are not used by at least one changeset.
CheckTag \
{All tags have to be used by least one changeset} \
- {is not used by a changeset} {
+ {is not used by a tag symbol changeset} {
-- Unused tags = All tags
-- - revisions used by tag changesets.
--
-- Both sets can be computed easily, and subtracted
@@ -648,9 +648,9 @@
# Find all branches which are not used by at least one
# changeset.
CheckBranch \
{All branches have to be used by least one changeset} \
- {is not used by a changeset} {
+ {is not used by a branch symbol changeset} {
-- Unused branches = All branches
-- - branches used by branch changesets.
--
-- Both sets can be computed easily, and subtracted