Fossil SCM

Moved the really large log output during revision import (log message, and command) to very high log levels.

aku 2008-02-04 06:02 trunk
Commit e7138d7f9c4e13ee90a3243f368f3d77b34e367c
--- tools/cvs2fossil/lib/c2f_fossil.tcl
+++ tools/cvs2fossil/lib/c2f_fossil.tcl
@@ -112,15 +112,15 @@
112112
113113
lappend cmd Do test-import-manifest $date $message
114114
if {$parent ne ""} { lappend cmd -p $parent }
115115
foreach {frid fpath flabel} $revisions {
116116
lappend cmd -f $frid $fpath
117
- log write 2 fossil {** <[format %5d $frid]> = <$flabel>}
117
+ log write 12 fossil {** <[format %5d $frid]> = <$flabel>}
118118
}
119119
120120
# 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 @@]}
122122
123123
$self InWorkspace
124124
set res [eval $cmd]
125125
$self RestorePwd
126126
127127
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button