Fossil SCM
Moved the really large log output during revision import (log message, and command) to very high log levels.
Commit
e7138d7f9c4e13ee90a3243f368f3d77b34e367c
Parent
d011e0b008825cf…
1 file changed
+2
-2
| --- tools/cvs2fossil/lib/c2f_fossil.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_fossil.tcl | ||
| @@ -112,15 +112,15 @@ | ||
| 112 | 112 | |
| 113 | 113 | lappend cmd Do test-import-manifest $date $message |
| 114 | 114 | if {$parent ne ""} { lappend cmd -p $parent } |
| 115 | 115 | foreach {frid fpath flabel} $revisions { |
| 116 | 116 | lappend cmd -f $frid $fpath |
| 117 | - log write 2 fossil {** <[format %5d $frid]> = <$flabel>} | |
| 117 | + log write 12 fossil {** <[format %5d $frid]> = <$flabel>} | |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | # run fossil test-command performing the import. |
| 121 | - log write 8 fossil { [lreplace $cmd 3 3 @@]} | |
| 121 | + log write 12 fossil { [lreplace $cmd 3 3 @@]} | |
| 122 | 122 | |
| 123 | 123 | $self InWorkspace |
| 124 | 124 | set res [eval $cmd] |
| 125 | 125 | $self RestorePwd |
| 126 | 126 | |
| 127 | 127 |
| --- tools/cvs2fossil/lib/c2f_fossil.tcl | |
| +++ tools/cvs2fossil/lib/c2f_fossil.tcl | |
| @@ -112,15 +112,15 @@ | |
| 112 | |
| 113 | lappend cmd Do test-import-manifest $date $message |
| 114 | if {$parent ne ""} { lappend cmd -p $parent } |
| 115 | foreach {frid fpath flabel} $revisions { |
| 116 | lappend cmd -f $frid $fpath |
| 117 | log write 2 fossil {** <[format %5d $frid]> = <$flabel>} |
| 118 | } |
| 119 | |
| 120 | # run fossil test-command performing the import. |
| 121 | log write 8 fossil { [lreplace $cmd 3 3 @@]} |
| 122 | |
| 123 | $self InWorkspace |
| 124 | set res [eval $cmd] |
| 125 | $self RestorePwd |
| 126 | |
| 127 |
| --- tools/cvs2fossil/lib/c2f_fossil.tcl | |
| +++ tools/cvs2fossil/lib/c2f_fossil.tcl | |
| @@ -112,15 +112,15 @@ | |
| 112 | |
| 113 | lappend cmd Do test-import-manifest $date $message |
| 114 | if {$parent ne ""} { lappend cmd -p $parent } |
| 115 | foreach {frid fpath flabel} $revisions { |
| 116 | lappend cmd -f $frid $fpath |
| 117 | log write 12 fossil {** <[format %5d $frid]> = <$flabel>} |
| 118 | } |
| 119 | |
| 120 | # run fossil test-command performing the import. |
| 121 | log write 12 fossil { [lreplace $cmd 3 3 @@]} |
| 122 | |
| 123 | $self InWorkspace |
| 124 | set res [eval $cmd] |
| 125 | $self RestorePwd |
| 126 | |
| 127 |