Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_file.tcl part of check-in [b59cdc7f8a] - Removed the automatic destruction of the traversed graph from the traversal core and put it into the caller (import only, currently). by aku on 2007-12-06 03:56:07. [view]

To:

File tools/cvs2fossil/lib/c2f_file.tcl part of check-in [b81901adcb] - Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. by aku on 2007-12-06 03:58:01. [view]

@@ -353,9 +353,9 @@
 	gtcore formatcmd [mymethod ExpandFormat]
 	gtcore sortcmd   [mymethod ExpandSort]
 	gtcore savecmd   [mymethod Expand1 $ac $dir $max]
 
-	gtcore traverse $ex
+	gtcore traverse $ex {Expanding revisions...}
 	close $ac
 
 	# Now traverse the import graph, this builds the instruction
 	# map for the fossil deltas.
@@ -365,9 +365,9 @@
 	gtcore sortcmd   [mymethod ExpandSort]
 	gtcore savecmd   [mymethod Expand2]
 
 	set myimport {}
-	gtcore traverse $zp
+	gtcore traverse $zp {Generating revision order for import...}
 	set filemap $myimport
 	unset myimport
 
 	# And back to import control