2a98ac44bd 2007-10-02 aku: # # ## ### ##### ######## ############# ##################### 2a98ac44bd 2007-10-02 aku: ## Package management. 2a98ac44bd 2007-10-02 aku: ## Index of the local packages required by cvs2fossil 2a98ac44bd 2007-10-02 aku: # # ## ### ##### ######## ############# ##################### 2a98ac44bd 2007-10-02 aku: if {![package vsatisfies [package require Tcl] 8.4]} return 2a98ac44bd 2007-10-02 aku: package ifneeded vc::fossil::import::cvs 1.0 [list source [file join $dir cvs2fossil.tcl]] 2a98ac44bd 2007-10-02 aku: package ifneeded vc::fossil::import::cvs::option 1.0 [list source [file join $dir c2f_option.tcl]] d57b7b4a05 2007-10-02 aku: package ifneeded vc::tools::trouble 1.0 [list source [file join $dir trouble.tcl]] d57b7b4a05 2007-10-02 aku: package ifneeded vc::tools::log 1.0 [list source [file join $dir log.tcl]]