Fossil SCM
Bugfix. Typo.
Commit
c7847514850766977712b19018baad6afddfdce9
Parent
487bb1c619f020a…
1 file changed
+1
-1
| --- tools/cvs2fossil/lib/c2f_prev.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_prev.tcl | ||
| @@ -1289,11 +1289,11 @@ | ||
| 1289 | 1289 | upvar 1 $dv dependencies |
| 1290 | 1290 | # The predecessors of a branch are all the revisions the |
| 1291 | 1291 | # branches are spawned from, as well as all the branches or |
| 1292 | 1292 | # tags which are their prefered parents. |
| 1293 | 1293 | |
| 1294 | - set theset ('[join $tags {','}]') | |
| 1294 | + set theset ('[join $branches {','}]') | |
| 1295 | 1295 | foreach {bid parent} [state run " |
| 1296 | 1296 | SELECT B.Bid, R.rid |
| 1297 | 1297 | FROM branch B, revision R |
| 1298 | 1298 | WHERE B.bid IN $theset |
| 1299 | 1299 | AND B.root = R.rid |
| 1300 | 1300 |
| --- tools/cvs2fossil/lib/c2f_prev.tcl | |
| +++ tools/cvs2fossil/lib/c2f_prev.tcl | |
| @@ -1289,11 +1289,11 @@ | |
| 1289 | upvar 1 $dv dependencies |
| 1290 | # The predecessors of a branch are all the revisions the |
| 1291 | # branches are spawned from, as well as all the branches or |
| 1292 | # tags which are their prefered parents. |
| 1293 | |
| 1294 | set theset ('[join $tags {','}]') |
| 1295 | foreach {bid parent} [state run " |
| 1296 | SELECT B.Bid, R.rid |
| 1297 | FROM branch B, revision R |
| 1298 | WHERE B.bid IN $theset |
| 1299 | AND B.root = R.rid |
| 1300 |
| --- tools/cvs2fossil/lib/c2f_prev.tcl | |
| +++ tools/cvs2fossil/lib/c2f_prev.tcl | |
| @@ -1289,11 +1289,11 @@ | |
| 1289 | upvar 1 $dv dependencies |
| 1290 | # The predecessors of a branch are all the revisions the |
| 1291 | # branches are spawned from, as well as all the branches or |
| 1292 | # tags which are their prefered parents. |
| 1293 | |
| 1294 | set theset ('[join $branches {','}]') |
| 1295 | foreach {bid parent} [state run " |
| 1296 | SELECT B.Bid, R.rid |
| 1297 | FROM branch B, revision R |
| 1298 | WHERE B.bid IN $theset |
| 1299 | AND B.root = R.rid |
| 1300 |