Differences From:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[27470a9304]
- Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags.
by
aku on
2007-10-13 21:15:30.
[view]
To:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[54ac684df7]
- Completed loading of pass I from persistent state when skipped.
by
aku on
2007-10-13 23:57:15.
[view]
@@ -51,9 +51,8 @@
return [lsort -dict [array names myfiles]]
}
method files {} {
- # TODO: Loading from state
return [TheFiles]
}
delegate method author to myrepository