Differences From:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[47d52d1efd]
- Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incrementally.
by
aku on
2007-11-28 05:39:49.
[view]
To:
File
tools/cvs2fossil/lib/c2f_file.tcl
part of check-in
[79c227a9c0]
- Bugfix. Handle free-floating branches (their root revision was removed as unnecessary).
by
aku on
2007-12-01 18:36:26.
[view]
@@ -767,8 +767,9 @@
# revision on each branch becomes a new and disconnected
# root.
foreach branch [$root branches] {
+ $branch cutbranchparent
if {![$branch haschild]} continue
set first [$branch child]
$first cutfromparentbranch
$first cutfromparent