Differences From:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[3e76f2a5f0]
- Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer.
by
aku on
2008-02-03 01:33:45.
[view]
To:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[66235f2430]
- Updated the copyright information of all files touched in the new year.
by
aku on
2008-02-06 05:04:12.
Also file
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
@@ -1,7 +1,7 @@
## -*- tcl -*-
# # ## ### ##### ######## ############# #####################
-## Copyright (c) 2007 Andreas Kupries.
+## Copyright (c) 2007-2008 Andreas Kupries.
#
# This software is licensed as described in the file LICENSE, which
# you should have received as part of this distribution.
#
@@ -276,8 +276,10 @@
# # ## ### ##### ######## #############
## Pass XII (Import).
method pushto {repository} {
+ log write 2 file {Importing file "$mypath"}
+
set ws [$repository workspace]
struct::list assign [$self Expand $ws] filemap revmap
# filemap = dict (path -> uuid)
# revmap = dict (path -> rid)