Fossil SCM

Removed bogus (early) unset.

aku 2008-02-05 06:08 trunk
Commit 7caaf7afd5d74bc3fc55326ef3128544a46828ee
--- tools/cvs2fossil/lib/c2f_pimport.tcl
+++ tools/cvs2fossil/lib/c2f_pimport.tcl
@@ -96,11 +96,10 @@
9696
}
9797
# Layer II: Changesets
9898
foreach {revision date} [$project revisionsinorder] {
9999
$revision pushto $fossil $date $rstate
100100
}
101
- unset rstate
102101
}
103102
104103
$rstate destroy
105104
106105
# At last copy the temporary repository file to its final
107106
--- tools/cvs2fossil/lib/c2f_pimport.tcl
+++ tools/cvs2fossil/lib/c2f_pimport.tcl
@@ -96,11 +96,10 @@
96 }
97 # Layer II: Changesets
98 foreach {revision date} [$project revisionsinorder] {
99 $revision pushto $fossil $date $rstate
100 }
101 unset rstate
102 }
103
104 $rstate destroy
105
106 # At last copy the temporary repository file to its final
107
--- tools/cvs2fossil/lib/c2f_pimport.tcl
+++ tools/cvs2fossil/lib/c2f_pimport.tcl
@@ -96,11 +96,10 @@
96 }
97 # Layer II: Changesets
98 foreach {revision date} [$project revisionsinorder] {
99 $revision pushto $fossil $date $rstate
100 }
 
101 }
102
103 $rstate destroy
104
105 # At last copy the temporary repository file to its final
106

Keyboard Shortcuts

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