Not logged in
Diff

Differences From Artifact [525f34a1bc]:

  • File tools/cvs2fossil/lib/c2f_option.tcl — part of check-in [7b71f64766] at 2008-02-16 06:45:03 on branch trunk — Integrated memory tracking into the option processor for activation and configuration, and into the log system for use. The latter means that each actual output to the log is an introspection point. (user: aku size: 10466)

To Artifact [807a183086]:

  • File tools/cvs2fossil/lib/c2f_option.tcl — part of check-in [0246783012] at 2008-02-23 20:17:28 on branch trunk — Fix code handling --memory-track, missed import of its supporting command. (user: aku size: 10512)

252
253
254
255
256
257
258

259
260
261
262
263
264
265
	namespace import ::vc::fossil::import::cvs::state
	namespace import ::vc::fossil::import::cvs::integrity
	namespace eval project {
	    namespace import ::vc::fossil::import::cvs::project::sym
	}
	namespace eval mem {
	    namespace import ::vc::tools::mem::setlimit

	}
	namespace import ::vc::tools::trouble
	namespace import ::vc::tools::log
    }
}

# # ## ### ##### ######## ############# #####################







>







252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
	namespace import ::vc::fossil::import::cvs::state
	namespace import ::vc::fossil::import::cvs::integrity
	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
    }
}

# # ## ### ##### ######## ############# #####################