Differences From Artifact [6237ca73d6]:
- File tools/cvs2fossil/lib/c2f_ptrunk.tcl — part of check-in [c3d5104084] at 2007-11-02 04:26:32 on branch trunk — Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. (user: aku size: 2467)
To Artifact [b20f9bb07d]:
- File tools/cvs2fossil/lib/c2f_ptrunk.tcl — part of check-in [f888f06fe3] at 2007-11-02 06:06:24 on branch trunk — Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. (user: aku size: 2523) [more...]
| ︙ | ︙ | |||
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
method blockedby {symbol} {}
method possibleparent {symbol} {}
method isghost {} { return 0 }
delegate method persistrev to mysymbol
# # ## ### ##### ######## #############
## State
typevariable myname :trunk: ; # Name shared by all trunk symbols.
variable myid {} ; # The trunk's symbol id.
variable mysymbol {} ; # The symbol underneath the trunk.
| > > | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
method blockedby {symbol} {}
method possibleparent {symbol} {}
method isghost {} { return 0 }
delegate method persistrev to mysymbol
method determinetype {} { $mysymbol markthetrunk }
# # ## ### ##### ######## #############
## State
typevariable myname :trunk: ; # Name shared by all trunk symbols.
variable myid {} ; # The trunk's symbol id.
variable mysymbol {} ; # The symbol underneath the trunk.
|
| ︙ | ︙ |