Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/pkgIndex.tcl part of check-in [2a98ac44bd] - Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. by aku on 2007-10-02 03:05:43. [view]

To:

File tools/cvs2fossil/lib/pkgIndex.tcl part of check-in [d57b7b4a05] - Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. by aku on 2007-10-02 05:33:09. [view]

@@ -4,4 +4,6 @@
 # # ## ### ##### ######## ############# #####################
 if {![package vsatisfies [package require Tcl] 8.4]} return
 package ifneeded vc::fossil::import::cvs         1.0 [list source [file join $dir cvs2fossil.tcl]]
 package ifneeded vc::fossil::import::cvs::option 1.0 [list source [file join $dir c2f_option.tcl]]
+package ifneeded vc::tools::trouble              1.0 [list source [file join $dir trouble.tcl]]
+package ifneeded vc::tools::log                  1.0 [list source [file join $dir log.tcl]]