Fossil SCM
Fixed typo, although it did not break anything.
Commit
5b2d15f18356351f18a69fa57f148971dc770e62
Parent
229050721f10aa7…
1 file changed
+1
-1
| --- tools/cvs2fossil/lib/c2f_cyclebreaker.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_cyclebreaker.tcl | ||
| @@ -115,11 +115,11 @@ | ||
| 115 | 115 | $dg node delete $n |
| 116 | 116 | incr myat |
| 117 | 117 | ShowPendingNodes |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | - if {![llength [dg nodes]]} break | |
| 120 | + if {![llength [$dg nodes]]} break | |
| 121 | 121 | |
| 122 | 122 | BreakCycleHook $dg |
| 123 | 123 | InitializeCandidates $dg |
| 124 | 124 | MarkWatch $dg |
| 125 | 125 | } |
| 126 | 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 |
| --- 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 |