Differences From:
File
tools/cvs2fossil/lib/c2f_fsym.tcl
part of check-in
[177a0cc55c]
- Fix setting of myimported, wrong condition.
Fix item assignment when sorting branches.
Fix parent/child linkage when setting up branch dependencies.
Completed processes on non-trunk default branch revisions.
Added skeleton code for the deletion of superfluous revisions.
by
aku on
2007-10-17 03:15:12.
[view]
To:
File
tools/cvs2fossil/lib/c2f_fsym.tcl
part of check-in
[09af24fc7c]
- Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development).
by
aku on
2007-10-17 04:33:49.
[view]
@@ -43,8 +43,10 @@
# Symbol acessor methods.
delegate method name to mysymbol
delegate method id to mysymbol
+
+ method istrunk {} { return 0 }
# Branch acessor methods.
method setchildrevnr {revnr} {