Check-in [b679ca3356]
Not logged in
Overview

SHA1 Hash:b679ca335656a8c1390c0f11744777ad1b7a6c11
Date: 2007-11-25 07:54:09
User: aku
Comment:Code cleanup. Removed trailing whitespace across the board.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_cyclebreaker.tcl from [bc82f06795] to [6387ad3ed8].


Modified tools/cvs2fossil/lib/c2f_file.tcl from [2447083356] to [0e3e1e66e0].


Modified tools/cvs2fossil/lib/c2f_flodmgr.tcl from [755aedadae] to [36700e34ad].


Modified tools/cvs2fossil/lib/c2f_frev.tcl from [b685fd71ec] to [0385926f22].


Modified tools/cvs2fossil/lib/c2f_fsym.tcl from [31fcf57a52] to [b29726a5a5].


Modified tools/cvs2fossil/lib/c2f_ftrunk.tcl from [4dd74e0101] to [116792654a].


Modified tools/cvs2fossil/lib/c2f_integrity.tcl from [f5cf3c5637] to [eed39e28b9].

@@ -37,10 +37,17 @@
     }
 
     typemethod metarelaxed {} {
 	set n 0
 	AllButMeta
+	return
+    }
+
+    typemethod changesets {} {
+	set n 0
+	RevisionChangesets
+	SymbolChangesets
 	return
     }
 
     # # ## ### ##### ######## #############
     ## Internal methods

Modified tools/cvs2fossil/lib/c2f_option.tcl from [36ee7e3cab] to [21dce38cba].


Modified tools/cvs2fossil/lib/c2f_pass.tcl from [7583043b11] to [0323a24545].


Modified tools/cvs2fossil/lib/c2f_patopsort.tcl from [77156b1a4b] to [65fa27700d].


Modified tools/cvs2fossil/lib/c2f_pbreakacycle.tcl from [2eea5c9c18] to [6aba1b2f01].


Modified tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl from [21b55594db] to [f27a20d7ed].


Modified tools/cvs2fossil/lib/c2f_pbreakscycle.tcl from [ec54182159] to [a2ec544f7e].


Modified tools/cvs2fossil/lib/c2f_pcollar.tcl from [32b24a90eb] to [a368b702c3].


Modified tools/cvs2fossil/lib/c2f_pcollrev.tcl from [e9c8eea44f] to [ea94dc166c].


Modified tools/cvs2fossil/lib/c2f_pcollsym.tcl from [7f9106e82c] to [0ef91b21f1].


Modified tools/cvs2fossil/lib/c2f_pfiltersym.tcl from [57ebd2c2ab] to [ec9b1e0027].


Modified tools/cvs2fossil/lib/c2f_pinitcsets.tcl from [940095b79c] to [217d875a91].


Modified tools/cvs2fossil/lib/c2f_plodmgr.tcl from [cb6fc6ef5f] to [12b4220042].


Modified tools/cvs2fossil/lib/c2f_prev.tcl from [e10db58317] to [92ffd4d56e].


Modified tools/cvs2fossil/lib/c2f_prevlink.tcl from [4abdaecd6f] to [3543c0875d].


Modified tools/cvs2fossil/lib/c2f_project.tcl from [39d1bb0e92] to [2573fce403].


Modified tools/cvs2fossil/lib/c2f_prtopsort.tcl from [8a68348b95] to [0540393dfb].


Modified tools/cvs2fossil/lib/c2f_psym.tcl from [bed2d94917] to [c46d514b0d].


Modified tools/cvs2fossil/lib/c2f_ptrunk.tcl from [b20f9bb07d] to [b801a7da3a].


Modified tools/cvs2fossil/lib/c2f_repository.tcl from [7d5182fefd] to [9dd75e0c53].


Modified tools/cvs2fossil/lib/c2f_state.tcl from [b5682014da] to [027ea34f79].


Modified tools/cvs2fossil/lib/cvs2fossil.tcl from [d1c727000f] to [fe8a4a6dae].


Modified tools/cvs2fossil/lib/dot.tcl from [87fcd08074] to [d011b07fae].


Modified tools/cvs2fossil/lib/log.tcl from [b0cf40fdc1] to [d5c6c8a88e].


Modified tools/cvs2fossil/lib/misc.tcl from [d837793c99] to [98d22d5109].


Modified tools/cvs2fossil/lib/rcsparser.tcl from [93e4a1e5a5] to [e6259bae92].


Modified tools/cvs2fossil/lib/trouble.tcl from [f653273970] to [c6cef7555c].