Fossil SCM

Fixed typo. Grr.

aku 2007-12-02 03:42 trunk
Commit 0a97ad385a7ad688a9e4cc7b5f4fc64b8654b8d0
--- tools/cvs2fossil/lib/c2f_integrity.tcl
+++ tools/cvs2fossil/lib/c2f_integrity.tcl
@@ -744,11 +744,11 @@
744744
}
745745
return
746746
}
747747
748748
proc LoopCheck {csets} {
749
- variable ::myloopcheck
749
+ ::variable myloopcheck
750750
if {!$myloopcheck} return
751751
752752
log write 4 integrity {Checking changesets for self-references}
753753
754754
foreach cset $csets {
755755
--- 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

Keyboard Shortcuts

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