Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [959192d4b7] - Added note about why we omit cvs2svn's sorting passes. by aku on 2007-11-09 06:42:46. [view]

To:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [54d1e3537e] - Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. by aku on 2007-11-10 05:34:26. [view]

@@ -32,8 +32,10 @@
 # Note: cvs2svn's SortRevisionSummaryPass and SortSymbolSummaryPass
 #       are not implemented by us. They are irrelevant due to our use
 #       of a relational database proper for the persistent state,
 #       allowing us to sort the data on the fly as we need it.
+
+package require vc::fossil::import::cvs::pass::initcsets ; # Init'ialize C'hange'Sets
 
 # # ## ### ##### ######## ############# #####################
 ## Support for passes etc.