Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix code handling --memory-track, missed import of its supporting command. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0246783012e9283da544a093f07f711b |
User & Date: | aku 2008-02-23 20:17:28.000 |
Context
2008-02-23
| ||
20:18 | Split internals of breakinternaldependencies into more manageable pieces in prep for upcoming work on the handling of pseudo-dependencies. ... (check-in: 530168ec user: aku tags: trunk) | |
20:17 | Fix code handling --memory-track, missed import of its supporting command. ... (check-in: 02467830 user: aku tags: trunk) | |
07:12 | Tweaked integrity output lightly. ... (check-in: 7c6df765 user: aku tags: trunk) | |
Changes
Changes to tools/cvs2fossil/lib/c2f_option.tcl.
︙ | ︙ | |||
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 } } # # ## ### ##### ######## ############# ##################### |
︙ | ︙ |