Fossil SCM

Bugfix. Typo.

aku 2007-12-02 06:49 trunk
Commit c7847514850766977712b19018baad6afddfdce9
--- tools/cvs2fossil/lib/c2f_prev.tcl
+++ tools/cvs2fossil/lib/c2f_prev.tcl
@@ -1289,11 +1289,11 @@
12891289
upvar 1 $dv dependencies
12901290
# The predecessors of a branch are all the revisions the
12911291
# branches are spawned from, as well as all the branches or
12921292
# tags which are their prefered parents.
12931293
1294
- set theset ('[join $tags {','}]')
1294
+ set theset ('[join $branches {','}]')
12951295
foreach {bid parent} [state run "
12961296
SELECT B.Bid, R.rid
12971297
FROM branch B, revision R
12981298
WHERE B.bid IN $theset
12991299
AND B.root = R.rid
13001300
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button