Fossil SCM
Added mising state declarations.
Commit
31d0fe7dd712e197cee2e755b95bce393214fecc
Parent
27f093d23cfd923…
1 file changed
+2
| --- tools/cvs2fossil/lib/c2f_patopsort.tcl | ||
| +++ tools/cvs2fossil/lib/c2f_patopsort.tcl | ||
| @@ -43,10 +43,12 @@ | ||
| 43 | 43 | |
| 44 | 44 | typemethod setup {} { |
| 45 | 45 | # Define the names and structure of the persistent state of |
| 46 | 46 | # this pass. |
| 47 | 47 | |
| 48 | + state reading revision | |
| 49 | + state reading changeset | |
| 48 | 50 | state reading csorder |
| 49 | 51 | |
| 50 | 52 | state writing cstimestamp { |
| 51 | 53 | -- Commit order of all changesets based on their |
| 52 | 54 | -- dependencies, plus a monotonically increasing |
| 53 | 55 |
| --- tools/cvs2fossil/lib/c2f_patopsort.tcl | |
| +++ tools/cvs2fossil/lib/c2f_patopsort.tcl | |
| @@ -43,10 +43,12 @@ | |
| 43 | |
| 44 | typemethod setup {} { |
| 45 | # Define the names and structure of the persistent state of |
| 46 | # this pass. |
| 47 | |
| 48 | state reading csorder |
| 49 | |
| 50 | state writing cstimestamp { |
| 51 | -- Commit order of all changesets based on their |
| 52 | -- dependencies, plus a monotonically increasing |
| 53 |
| --- tools/cvs2fossil/lib/c2f_patopsort.tcl | |
| +++ tools/cvs2fossil/lib/c2f_patopsort.tcl | |
| @@ -43,10 +43,12 @@ | |
| 43 | |
| 44 | typemethod setup {} { |
| 45 | # Define the names and structure of the persistent state of |
| 46 | # this pass. |
| 47 | |
| 48 | state reading revision |
| 49 | state reading changeset |
| 50 | state reading csorder |
| 51 | |
| 52 | state writing cstimestamp { |
| 53 | -- Commit order of all changesets based on their |
| 54 | -- dependencies, plus a monotonically increasing |
| 55 |