Differences From:
File
tools/cvs2fossil/lib/c2f_frev.tcl
part of check-in
[886b6f257b]
- Added code able to exclude all non-trunk revisions upon user request.
by
aku on
2007-10-21 06:10:13.
[view]
To:
File
tools/cvs2fossil/lib/c2f_frev.tcl
part of check-in
[436f17a5f0]
- Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction.
by
aku on
2007-10-21 07:08:28.
[view]
@@ -125,8 +125,11 @@
if {$mychild ne ""} { trouble internal "Child already defined" }
set mychild $child
return
}
+
+ method changeparent {parent} { set myparent $parent ; return }
+ method changechild {child} { set mychild $child ; return }
method parent {} { return $myparent }
method child {} { return $mychild }