Overview
SHA1 Hash: | e7138d7f9c4e13ee90a3243f368f3d77b34e367c |
---|---|
Date: | 2008-02-04 06:02:57 |
User: | aku |
Comment: | Moved the really large log output during revision import (log message, and command) to very high log levels. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_fossil.tcl from [ecad76ba99] to [5e81a7b85b].
@@ -112,15 +112,15 @@ lappend cmd Do test-import-manifest $date $message if {$parent ne ""} { lappend cmd -p $parent } foreach {frid fpath flabel} $revisions { lappend cmd -f $frid $fpath - log write 2 fossil {** <[format %5d $frid]> = <$flabel>} + log write 12 fossil {** <[format %5d $frid]> = <$flabel>} } # run fossil test-command performing the import. - log write 8 fossil { [lreplace $cmd 3 3 @@]} + log write 12 fossil { [lreplace $cmd 3 3 @@]} $self InWorkspace set res [eval $cmd] $self RestorePwd