Fossil SCM
Fixed typo. Grr.
Commit
0a97ad385a7ad688a9e4cc7b5f4fc64b8654b8d0
Parent
41d41c7b57b0a08…
1 file changed
+1
-1
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | ||
| @@ -744,11 +744,11 @@ | ||
| 744 | 744 | } |
| 745 | 745 | return |
| 746 | 746 | } |
| 747 | 747 | |
| 748 | 748 | proc LoopCheck {csets} { |
| 749 | - variable ::myloopcheck | |
| 749 | + ::variable myloopcheck | |
| 750 | 750 | if {!$myloopcheck} return |
| 751 | 751 | |
| 752 | 752 | log write 4 integrity {Checking changesets for self-references} |
| 753 | 753 | |
| 754 | 754 | foreach cset $csets { |
| 755 | 755 |
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | |
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | |
| @@ -744,11 +744,11 @@ | |
| 744 | } |
| 745 | return |
| 746 | } |
| 747 | |
| 748 | proc LoopCheck {csets} { |
| 749 | variable ::myloopcheck |
| 750 | if {!$myloopcheck} return |
| 751 | |
| 752 | log write 4 integrity {Checking changesets for self-references} |
| 753 | |
| 754 | foreach cset $csets { |
| 755 |
| --- tools/cvs2fossil/lib/c2f_integrity.tcl | |
| +++ tools/cvs2fossil/lib/c2f_integrity.tcl | |
| @@ -744,11 +744,11 @@ | |
| 744 | } |
| 745 | return |
| 746 | } |
| 747 | |
| 748 | proc LoopCheck {csets} { |
| 749 | ::variable myloopcheck |
| 750 | if {!$myloopcheck} return |
| 751 | |
| 752 | log write 4 integrity {Checking changesets for self-references} |
| 753 | |
| 754 | foreach cset $csets { |
| 755 |