Overview
SHA1 Hash: | 83ecb5b9453bfd6a01c376e70ea319cb4d8f4927 |
---|---|
Date: | 2008-02-27 08:00:54 |
User: | aku |
Comment: | Fix comment typo, and add comment about possible simplification. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_patopsort.tcl from [df888ac870] to [32dd51eb8c].
@@ -107,10 +107,11 @@ ## Internal methods 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 } proc IsBySymbol {cset} { $cset bysymbol }
Modified tools/cvs2fossil/lib/c2f_pbreakacycle.tcl from [9de68fa960] to [6d6903cdca].
@@ -337,11 +337,11 @@ # This works if and only if none of the symbol changesets are # "backwards", hence our breaking of the backward changesets # first, in the pre-hook. - # Note that tah changesets cannot be backward as they don't + # Note that tag changesets cannot be backward as they don't # have successors at all. # An interesting thing IMHO, is that after breaking the # backward symbol changesets we should not have any circles # any longer. Each circle which would still be present has to