Differences From:
File
tools/lib/pkgIndex.tcl
part of check-in
[cdf5e6d8b7]
- Encapsulated access to the fossil and cvs applications in their own packages.
by
aku on
2007-09-13 06:59:24.
[view]
To:
File
tools/lib/pkgIndex.tcl
part of check-in
[18251642f3]
- Moved the handling of the import statistics into its own package. Untested.
by
aku on
2007-09-14 23:23:48.
[view]
@@ -1,8 +1,9 @@
if {![package vsatisfies [package require Tcl] 8.4]} return
-package ifneeded vc::rcs::parser 1.0 [list source [file join $dir rcsparser.tcl]]
-package ifneeded vc::cvs::cmd 1.0 [list source [file join $dir cvs_cmd.tcl]]
-package ifneeded vc::cvs::ws 1.0 [list source [file join $dir cvs.tcl]]
-package ifneeded vc::fossil::cmd 1.0 [list source [file join $dir fossil_cmd.tcl]]
-package ifneeded vc::fossil::ws 1.0 [list source [file join $dir fossil.tcl]]
-package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir importcvs.tcl]]
-package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]
+package ifneeded vc::rcs::parser 1.0 [list source [file join $dir rcsparser.tcl]]
+package ifneeded vc::cvs::cmd 1.0 [list source [file join $dir cvs_cmd.tcl]]
+package ifneeded vc::cvs::ws 1.0 [list source [file join $dir cvs.tcl]]
+package ifneeded vc::fossil::cmd 1.0 [list source [file join $dir fossil_cmd.tcl]]
+package ifneeded vc::fossil::ws 1.0 [list source [file join $dir fossil.tcl]]
+package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir importcvs.tcl]]
+package ifneeded vc::fossil::import::stats 1.0 [list source [file join $dir import_statistics.tcl]]
+package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]