Differences From:
File
tools/cvs2fossil/lib/c2f_repository.tcl
part of check-in
[c3d5104084]
- Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped.
by
aku on
2007-11-02 04:26:32.
[view]
To:
File
tools/cvs2fossil/lib/c2f_repository.tcl
part of check-in
[f888f06fe3]
- Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder.
by
aku on
2007-11-02 06:06:24.
[view]
@@ -208,8 +208,15 @@
# that everything is 'undefined' at this point anyway.
# future: $symbol load (blockers, and parents)
}
+ }
+ return
+ }
+
+ typemethod determinesymboltypes {} {
+ foreach project [TheProjects] {
+ $project determinesymboltypes
}
return
}