Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_ptrunk.tcl part of check-in [6f8667b03e] - Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). by aku on 2007-10-31 03:44:01. [view]

To:

File tools/cvs2fossil/lib/c2f_ptrunk.tcl part of check-in [c3d5104084] - Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. by aku on 2007-11-02 04:26:32. [view]

@@ -38,8 +38,12 @@
     method name    {} { return $myname }
     method id      {} { return $myid   }
     method istrunk {} { return 1 }
     method symbol  {} { return $self }
+
+    method forceid {id} { set myid $id ; return }
+
+    method defcounts {tc bc cc} {}
 
     method countasbranch {} {}
     method countastag    {} {}
     method countacommit  {} {}