Check-in [0246783012]
Not logged in
Overview

SHA1 Hash:0246783012e9283da544a093f07f711b2d8c2905
Date: 2008-02-23 20:17:28
User: aku
Comment:Fix code handling --memory-track, missed import of its supporting command.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_option.tcl from [525f34a1bc] to [807a183086].

@@ -254,10 +254,11 @@
 	namespace eval project {
 	    namespace import ::vc::fossil::import::cvs::project::sym
 	}
 	namespace eval mem {
 	    namespace import ::vc::tools::mem::setlimit
+	    namespace import ::vc::tools::mem::track
 	}
 	namespace import ::vc::tools::trouble
 	namespace import ::vc::tools::log
     }
 }