Differences From:
File
tools/cvs2fossil/lib/c2f_ristate.tcl
part of check-in
[c9270189c2]
- Added tracking of file removal in changesets.
by
aku on
2008-02-05 15:52:35.
Also file
tools/cvs2fossil/lib/c2f_ristate.tcl
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
To:
File
tools/cvs2fossil/lib/c2f_ristate.tcl
part of check-in
[be2f99e6a4]
- Merge with aku's branch.
by
drh on
2008-02-13 14:44:50.
Also file
tools/cvs2fossil/lib/c2f_ristate.tcl
part of check-in
[6d5de5f1c1]
- Tuned the handling of the vendor branch in case we have multiple different symbols representing it. The import pass now effectively merges these symbols into a single line of development.
by
aku on
2008-02-13 04:57:43.
[view]
@@ -69,8 +69,14 @@
method get {lod} { return $mystate($lod) }
method has {lod} { return [info exists mystate($lod)] }
method names {} { return [array names mystate] }
+
+ method dup {dst _from_ src} {
+ log write 8 ristate {Duplicate workspace state for LOD "$dst" from "$src"}
+ set mystate($dst) $mystate($src)
+ return
+ }
# # ## ### ##### ######## #############
## State