Check-in [e60ba15821]
Not logged in
Overview

SHA1 Hash:e60ba158215dea5ca57084010bea46b6b36ee425
Date: 2008-01-27 20:43:58
User: aku
Comment:Added log output to make the log during file import more complete.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_fossil.tcl from [ebb0d19e1f] to [01daf9fb8c].

@@ -56,10 +56,12 @@
     method importfiles {map} {
 	# map = list (instruction), instruction = add|delta
 	# add   = list ('A', path)
 	# delta = list ('D', path, src)
 
+	log write 3 fossil {Importing revisions...}
+
 	array set id {}
 	$self InWorkspace
 
 	set n   0
 	set max [llength $map]
@@ -86,10 +88,12 @@
 		    Do test-content-deltify $id($pa) $id($pb) 1
 		}
 	    }
 	}
 	$self RestorePwd
+
+	log write 3 fossil Done.
 	return [array get id]
     }
 
     method finalize {destination} {
 	file rename -force $myrepository $destination