Overview
SHA1 Hash: | c7847514850766977712b19018baad6afddfdce9 |
---|---|
Date: | 2007-12-02 06:49:19 |
User: | aku |
Comment: | Bugfix. Typo. |
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_prev.tcl from [9c2b1c4480] to [c123dc0a3e].
@@ -1289,11 +1289,11 @@ upvar 1 $dv dependencies # The predecessors of a branch are all the revisions the # branches are spawned from, as well as all the branches or # tags which are their prefered parents. - set theset ('[join $tags {','}]') + set theset ('[join $branches {','}]') foreach {bid parent} [state run " SELECT B.Bid, R.rid FROM branch B, revision R WHERE B.bid IN $theset AND B.root = R.rid