Differences From:
File
tools/cvs2fossil/lib/pkgIndex.tcl
part of check-in
[d011e0b008]
- Added classes to track the state of a workspace, and of the whole revision import.
by
aku on
2008-02-04 06:01:45.
Also file
tools/cvs2fossil/lib/pkgIndex.tcl
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
To:
File
tools/cvs2fossil/lib/pkgIndex.tcl
part of check-in
[8287044ecd]
- Created a memory tracking subsystem to investigate memory consumption of the system in general, and pass InitCsets in particular. getmemory series is a postprocessor pulling the data out of the log and into a tables gnuplot is able to handle.
by
aku on
2008-02-16 06:43:54.
[view]
@@ -40,5 +40,6 @@
package ifneeded vc::tools::dot 1.0 [list source [file join $dir dot.tcl]]
package ifneeded vc::tools::id 1.0 [list source [file join $dir id.tcl]]
package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]
package ifneeded vc::tools::misc 1.0 [list source [file join $dir misc.tcl]]
+package ifneeded vc::tools::mem 1.0 [list source [file join $dir mem.tcl]]
package ifneeded vc::tools::trouble 1.0 [list source [file join $dir trouble.tcl]]