Differences From:
File
tools/cvs2fossil/lib/c2f_pfiltersym.tcl
part of check-in
[38b967dcf5]
- Merge aku's CVS import changes into the main line. Fix a small bug in diff.c.
by
drh on
2007-11-17 00:29:42.
Also file
tools/cvs2fossil/lib/c2f_pfiltersym.tcl
part of check-in
[96b7bfb834]
- Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes.
by
aku on
2007-11-16 08:32:40.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pfiltersym.tcl
part of check-in
[b41127b9d8]
- Tweaked log output of filtering pass a bit.
by
aku on
2007-11-25 02:54:22.
[view]
@@ -244,10 +244,13 @@
WHERE B.sid = S.sid
AND S.type = $tag
}]
- log write 4 filtersym "Changing [nsp [expr {[llength $tagstomutate]/5}] tag] into branches"
- log write 4 filtersym "Changing [nsp [expr {[llength $branchestomutate]/7}] branch branches] into tags"
+ set nt [expr {[llength $tagstomutate]/5}]
+ set nb [expr {[llength $branchestomutate]/7}]
+
+ log write 4 filtersym "Changing [nsp $nt tag] into [nsp $nt branch branches]"
+ log write 4 filtersym "Changing [nsp $nb branch branches] into [nsp $nb tag]"
# # ## ### ##### ######## #############
log write 3 filtersym "Mutate tags to branches"