Overview
SHA1 Hash: | e3e3d301fce6f8c29eb6ab8699b6b760549037ca |
---|---|
Date: | 2008-03-02 01:07:42 |
User: | aku |
Comment: | Fixed typo in a comment, and extended the description of the pass to be more clear. |
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_pcsetdeps.tcl from [5249ff2f88] to [627fcc1355].
@@ -8,11 +8,11 @@ # This software consists of voluntary contributions made by many # individuals. For exact contribution history, see the revision # history and logs, available at http://fossil-scm.hwaci.com/fossil # # ## ### ##### ######## ############# ##################### -## Pass VI. This pass computes the dependencies between the changeset +## Pass VI. This pass computes the dependencies between the changesets ## from the file level dependencies and stores them in the state for ## use by the cycle breaker and topological sorting passes. # # ## ### ##### ######## ############# ##################### ## Requirements @@ -27,11 +27,11 @@ # # ## ### ##### ######## ############# ##################### ## Register the pass with the management vc::fossil::import::cvs::pass define \ CsetDeps \ - {ChangeSet Dependencies} \ + {Compute and cache ChangeSet Dependencies} \ ::vc::fossil::import::cvs::pass::csetdeps # # ## ### ##### ######## ############# ##################### ##