Fossil SCM
Removed bogus (early) unset.
Commit
7caaf7afd5d74bc3fc55326ef3128544a46828ee
Parent
812c91bb8da1491…
1 file changed
-1
| --- tools/cvs2fossil/lib/c2f_pimport.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_pimport.tcl | ||
| @@ -96,11 +96,10 @@ | ||
| 96 | 96 | } |
| 97 | 97 | # Layer II: Changesets |
| 98 | 98 | foreach {revision date} [$project revisionsinorder] { |
| 99 | 99 | $revision pushto $fossil $date $rstate |
| 100 | 100 | } |
| 101 | - unset rstate | |
| 102 | 101 | } |
| 103 | 102 | |
| 104 | 103 | $rstate destroy |
| 105 | 104 | |
| 106 | 105 | # At last copy the temporary repository file to its final |
| 107 | 106 |
| --- 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 |