Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [fdbc01df95] - Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. by aku on 2007-10-06 03:56:32. [view]

To:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [77904c1f51] - Fixed typos. by aku on 2007-11-02 04:24:31. [view]

@@ -23,10 +23,10 @@
 ## Passes. The order in which the import passes are loaded is
 ## important. It is the same order they will register, and then be run
 ## in.
 
-package require vc::fossil::import::cvs::pass::collar  ; # Coll'ect AR'chives.
-package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect REV'isions.
+package require vc::fossil::import::cvs::pass::collar  ; # Coll'ect Ar'chives.
+package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect Rev'isions.
 
 # # ## ### ##### ######## ############# #####################
 ## Support for passes etc.