Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_pimport.tcl part of check-in [e1dbf3186d] - Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ by aku on 2008-02-04 06:05:11. [view]

To:

File tools/cvs2fossil/lib/c2f_pimport.tcl part of check-in [7caaf7afd5] - Removed bogus (early) unset. by aku on 2008-02-05 06:08:11. [view]

@@ -97,9 +97,8 @@
 		# Layer II: Changesets
 		foreach {revision date} [$project revisionsinorder] {
 		    $revision pushto $fossil $date $rstate
 		}
-		unset rstate
 	    }
 
 	    $rstate destroy