Fossil SCM
Fixed typo in a comment, and extended the description of the pass to be more clear.
Commit
e3e3d301fce6f8c29eb6ab8699b6b760549037ca
Parent
479c96c0fc60975…
1 file changed
+2
-2
| --- tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | ||
| @@ -8,11 +8,11 @@ | ||
| 8 | 8 | # This software consists of voluntary contributions made by many |
| 9 | 9 | # individuals. For exact contribution history, see the revision |
| 10 | 10 | # history and logs, available at http://fossil-scm.hwaci.com/fossil |
| 11 | 11 | # # ## ### ##### ######## ############# ##################### |
| 12 | 12 | |
| 13 | -## Pass VI. This pass computes the dependencies between the changeset | |
| 13 | +## Pass VI. This pass computes the dependencies between the changesets | |
| 14 | 14 | ## from the file level dependencies and stores them in the state for |
| 15 | 15 | ## use by the cycle breaker and topological sorting passes. |
| 16 | 16 | |
| 17 | 17 | # # ## ### ##### ######## ############# ##################### |
| 18 | 18 | ## Requirements |
| @@ -27,11 +27,11 @@ | ||
| 27 | 27 | # # ## ### ##### ######## ############# ##################### |
| 28 | 28 | ## Register the pass with the management |
| 29 | 29 | |
| 30 | 30 | vc::fossil::import::cvs::pass define \ |
| 31 | 31 | CsetDeps \ |
| 32 | - {ChangeSet Dependencies} \ | |
| 32 | + {Compute and cache ChangeSet Dependencies} \ | |
| 33 | 33 | ::vc::fossil::import::cvs::pass::csetdeps |
| 34 | 34 | |
| 35 | 35 | # # ## ### ##### ######## ############# ##################### |
| 36 | 36 | ## |
| 37 | 37 | |
| 38 | 38 |
| --- tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | |
| +++ tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | |
| @@ -8,11 +8,11 @@ | |
| 8 | # This software consists of voluntary contributions made by many |
| 9 | # individuals. For exact contribution history, see the revision |
| 10 | # history and logs, available at http://fossil-scm.hwaci.com/fossil |
| 11 | # # ## ### ##### ######## ############# ##################### |
| 12 | |
| 13 | ## Pass VI. This pass computes the dependencies between the changeset |
| 14 | ## from the file level dependencies and stores them in the state for |
| 15 | ## use by the cycle breaker and topological sorting passes. |
| 16 | |
| 17 | # # ## ### ##### ######## ############# ##################### |
| 18 | ## Requirements |
| @@ -27,11 +27,11 @@ | |
| 27 | # # ## ### ##### ######## ############# ##################### |
| 28 | ## Register the pass with the management |
| 29 | |
| 30 | vc::fossil::import::cvs::pass define \ |
| 31 | CsetDeps \ |
| 32 | {ChangeSet Dependencies} \ |
| 33 | ::vc::fossil::import::cvs::pass::csetdeps |
| 34 | |
| 35 | # # ## ### ##### ######## ############# ##################### |
| 36 | ## |
| 37 | |
| 38 |
| --- tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | |
| +++ tools/cvs2fossil/lib/c2f_pcsetdeps.tcl | |
| @@ -8,11 +8,11 @@ | |
| 8 | # This software consists of voluntary contributions made by many |
| 9 | # individuals. For exact contribution history, see the revision |
| 10 | # history and logs, available at http://fossil-scm.hwaci.com/fossil |
| 11 | # # ## ### ##### ######## ############# ##################### |
| 12 | |
| 13 | ## Pass VI. This pass computes the dependencies between the changesets |
| 14 | ## from the file level dependencies and stores them in the state for |
| 15 | ## use by the cycle breaker and topological sorting passes. |
| 16 | |
| 17 | # # ## ### ##### ######## ############# ##################### |
| 18 | ## Requirements |
| @@ -27,11 +27,11 @@ | |
| 27 | # # ## ### ##### ######## ############# ##################### |
| 28 | ## Register the pass with the management |
| 29 | |
| 30 | vc::fossil::import::cvs::pass define \ |
| 31 | CsetDeps \ |
| 32 | {Compute and cache ChangeSet Dependencies} \ |
| 33 | ::vc::fossil::import::cvs::pass::csetdeps |
| 34 | |
| 35 | # # ## ### ##### ######## ############# ##################### |
| 36 | ## |
| 37 | |
| 38 |