Differences From:
File
tools/cvs2fossil/lib/c2f_pbreakacycle.tcl
part of check-in
[af5904e6b7]
- Updated commentary regarding cycles at this point, items instead of comments, etc.
by
aku on
2007-11-29 09:14:51.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pbreakacycle.tcl
part of check-in
[80b1e8936f]
- Renamed state table 'csrevision' to 'csitem' to reflect the new internals of changesets. Updated all places where it is used.
by
aku on
2007-11-29 09:16:33.
[view]
@@ -51,9 +51,9 @@
# Define the names and structure of the persistent state of
# this pass.
state reading changeset
- state reading csrevision
+ state reading csitem
state reading csorder
return
}