Fossil SCM

Fixed typo, although it did not break anything.

aku 2007-12-05 02:25 trunk
Commit 5b2d15f18356351f18a69fa57f148971dc770e62
--- tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
+++ tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
@@ -115,11 +115,11 @@
115115
$dg node delete $n
116116
incr myat
117117
ShowPendingNodes
118118
}
119119
120
- if {![llength [dg nodes]]} break
120
+ if {![llength [$dg nodes]]} break
121121
122122
BreakCycleHook $dg
123123
InitializeCandidates $dg
124124
MarkWatch $dg
125125
}
126126
--- tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
+++ tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
@@ -115,11 +115,11 @@
115 $dg node delete $n
116 incr myat
117 ShowPendingNodes
118 }
119
120 if {![llength [dg nodes]]} break
121
122 BreakCycleHook $dg
123 InitializeCandidates $dg
124 MarkWatch $dg
125 }
126
--- tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
+++ tools/cvs2fossil/lib/c2f_cyclebreaker.tcl
@@ -115,11 +115,11 @@
115 $dg node delete $n
116 incr myat
117 ShowPendingNodes
118 }
119
120 if {![llength [$dg nodes]]} break
121
122 BreakCycleHook $dg
123 InitializeCandidates $dg
124 MarkWatch $dg
125 }
126

Keyboard Shortcuts

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