Fossil SCM
Added missing state declarations.
Commit
2c9c26815f5db13709ecd2fe543d7b29fe2f2cee
Parent
31d0fe7dd712e19…
1 file changed
+2
| --- tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | ||
| @@ -49,10 +49,12 @@ | ||
| 49 | 49 | |
| 50 | 50 | typemethod setup {} { |
| 51 | 51 | # Define the names and structure of the persistent state of |
| 52 | 52 | # this pass. |
| 53 | 53 | |
| 54 | + state reading changeset | |
| 55 | + state reading csrevision | |
| 54 | 56 | state reading csorder |
| 55 | 57 | return |
| 56 | 58 | } |
| 57 | 59 | |
| 58 | 60 | typemethod load {} { |
| 59 | 61 |
| --- tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | |
| +++ tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | |
| @@ -49,10 +49,12 @@ | |
| 49 | |
| 50 | typemethod setup {} { |
| 51 | # Define the names and structure of the persistent state of |
| 52 | # this pass. |
| 53 | |
| 54 | state reading csorder |
| 55 | return |
| 56 | } |
| 57 | |
| 58 | typemethod load {} { |
| 59 |
| --- tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | |
| +++ tools/cvs2fossil/lib/c2f_pbreakacycle.tcl | |
| @@ -49,10 +49,12 @@ | |
| 49 | |
| 50 | typemethod setup {} { |
| 51 | # Define the names and structure of the persistent state of |
| 52 | # this pass. |
| 53 | |
| 54 | state reading changeset |
| 55 | state reading csrevision |
| 56 | state reading csorder |
| 57 | return |
| 58 | } |
| 59 | |
| 60 | typemethod load {} { |
| 61 |