Differences From:
File
tools/lib/cvs.tcl
part of check-in
[2740b48b63]
- Cleaned up the creation of the workspace directory.
by
aku on
2007-09-17 03:13:07.
[view]
To:
File
tools/lib/cvs.tcl
part of check-in
[10e3b3ed76]
- Fixed bug in the new code setting up the timeline, forgot to clean up loop state,
causing data from previous iterations to bleed into the current one, causing the
use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug
in the old code was fixed by the new one, the use of mismatching revisions and
commit messages. That caused the generation of extra changesets in the old code.
by
aku on
2007-09-17 04:14:18.
[view]
@@ -189,8 +189,14 @@
timeline::add $date($rev) $f $rev $operation $auth($rev) $cmsg($rev)
incr n
}
#B Extend branch management
+
+ unset md
+ unset date
+ unset auth
+ unset cmsg
+ unset stat
}
write 0 cvs "Generated [NSIPL $n entry entries]"
return