Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_patopsort.tcl part of check-in [0d13da3018] - Get the line of development for changesets directly from the items and their lod references. The in-memory data from the meta table is out-of-date since the adjustment of parents in pass 'FilterSymbols'. Print the LOD information when sorting the changesets. by aku on 2008-02-06 04:55:34. Also file tools/cvs2fossil/lib/c2f_patopsort.tcl part of check-in [6b78df3861] - Merge in changes from Andreas's branch. by drh on 2008-02-08 21:52:21. [view]

To:

File tools/cvs2fossil/lib/c2f_patopsort.tcl part of check-in [83ecb5b945] - Fix comment typo, and add comment about possible simplification. by aku on 2008-02-27 08:00:54. [view]

@@ -108,8 +108,9 @@
 
     proc Changesets {} { project::rev all }
 
     proc LoadSymbolChangesets {} {
+	# Consider use of 'project::rev sym' here.
 	set mysymchangesets [struct::list filter [project::rev all] [myproc IsBySymbol]]
 	return
     }