Differences From:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[258366a37a]
- Added skeleton files for pass 7, the breaking of dependency cycles over symbol-based changesets.
by
aku on
2007-11-15 07:17:07.
[view]
To:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[38b967dcf5]
- Merge aku's CVS import changes into the main line. Fix a small bug in diff.c.
by
drh on
2007-11-17 00:29:42.
Also file
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[e7c805f137]
- Added skeleton of pass 8, the final pass for the breaking of dependency cycles. This pass will handle the remaining cycles crossing revision and symbol changesets.
by
aku on
2007-11-16 06:53:01.
[view]
@@ -41,8 +41,9 @@
# but was subsumed by the previous pass, by immediately saving
# the order of consumed graph nodes to 'csorder'.
package require vc::fossil::import::cvs::pass::breakscycle ; # Break' S'ymbol Cycle's
+package require vc::fossil::import::cvs::pass::breakacycle ; # Break' A'll Cycle's
# # ## ### ##### ######## ############# #####################
## Support for passes etc.