Differences From:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[f631d438b4]
- Added note regarding 'RevisionTopologicalSortPass', which is not a separate pass for us, but part of pass 6, breaking cycles over revision changesets.
by
aku on
2007-11-14 05:26:18.
[view]
To:
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]
@@ -39,8 +39,10 @@
# Note: cvs2svn's RevisionTopologicalSortPass is not a separate pass,
# 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
# # ## ### ##### ######## ############# #####################
## Support for passes etc.