Differences From:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[6d4eb24738]
- Skeleton for pass 3 added, collating the symbols.
by
aku on
2007-11-02 04:29:05.
[view]
To:
File
tools/cvs2fossil/lib/cvs2fossil.tcl
part of check-in
[11e5d7ce42]
- Started on pass 4, 'FilterSymbols'. Skeleton.
by
aku on
2007-11-06 04:57:15.
[view]
@@ -23,11 +23,12 @@
## Passes. The order in which the import passes are loaded is
## important. It is the same order they will register, and then be run
## in.
-package require vc::fossil::import::cvs::pass::collar ; # Coll'ect Ar'chives.
-package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect Rev'isions.
-package require vc::fossil::import::cvs::pass::collsym ; # Coll'ate Sym'bols
+package require vc::fossil::import::cvs::pass::collar ; # Coll'ect Ar'chives.
+package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect Rev'isions.
+package require vc::fossil::import::cvs::pass::collsym ; # Coll'ate Sym'bols
+package require vc::fossil::import::cvs::pass::filtersym ; # Filter' Sym'bols
# # ## ### ##### ######## ############# #####################
## Support for passes etc.