Differences From:
File
tools/cvs2fossil/lib/c2f_pinitcsets.tcl
part of check-in
[49dd66f64f]
- Moved the code loading changesets from state to its proper class.
by
aku on
2008-01-30 03:23:02.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pinitcsets.tcl
part of check-in
[9e1b461b2f]
- Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class.
by
aku on
2008-01-30 08:23:36.
[view]
@@ -115,9 +115,9 @@
# Need the types first, the constructor used inside of the
# 'load' below uses them to assert the correctness of type
# names.
project::rev getcstypes
- project::rev load
+ project::rev load ::vc::fossil::import::cvs::repository
project::rev loadcounter
return
}