Overview
SHA1 Hash: | 7c6df765548821747f55912c80e1c6734bceed35 |
---|---|
Date: | 2008-02-23 07:12:09 |
User: | aku |
Comment: | Tweaked integrity output lightly. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_integrity.tcl from [cc4461a50b] to [cd21bd4aef].
@@ -315,11 +315,11 @@ # 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 -- from each other. Then we can get the associated @@ -485,11 +485,11 @@ # the main label). # 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 -- from each other. Then we can get the associated @@ -647,11 +647,11 @@ # 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 -- from each other. Then we can get the associated