Differences From:
File
tools/cvs2fossil/lib/c2f_ptrunk.tcl
part of check-in
[b679ca3356]
- Code cleanup. Removed trailing whitespace across the board.
by
aku on
2007-11-25 07:54:09.
[view]
To:
File
tools/cvs2fossil/lib/c2f_ptrunk.tcl
part of check-in
[348e45b0d6]
- Added basic import of changesets. Note that this code is incomplete with regard to handling the various possible interactions between a vendor-branh and trunk.
by
aku on
2008-01-30 08:28:34.
[view]
@@ -38,8 +38,9 @@
method name {} { return $myname }
method id {} { return $myid }
method istrunk {} { return 1 }
method symbol {} { return $self }
+ method parent {} { return $self }
method forceid {id} { set myid $id ; return }
method defcounts {tc bc cc} {}