Check-in [2c9c26815f]
Not logged in
Overview

SHA1 Hash:2c9c26815f5db13709ecd2fe543d7b29fe2f2cee
Date: 2007-11-29 07:50:36
User: aku
Comment:Added missing state declarations.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_pbreakacycle.tcl from [143b6f64eb] to [72b7ac3d6c].

@@ -49,10 +49,12 @@
 
     typemethod setup {} {
 	# Define the names and structure of the persistent state of
 	# this pass.
 
+	state reading changeset
+	state reading csrevision
 	state reading csorder
 	return
     }
 
     typemethod load {} {