Fossil

Diff
Login

Differences From Artifact [39a67db2c5]:

To Artifact [f56c12b551]:


91
92
93
94
95
96
97
98


99
100
101
102
103
104
105
91
92
93
94
95
96
97

98
99
100
101
102
103
104
105
106







-
+
+








	state writing csitem {
	    cid  INTEGER  NOT NULL  REFERENCES changeset,
	    pos  INTEGER  NOT NULL,
	    iid  INTEGER  NOT NULL, -- REFERENCES revision|tag|branch
	    UNIQUE (cid, pos),
	    UNIQUE (cid, iid)
	}
	} { iid }
	# Index on: iid (successor/predecessor retrieval)

	project::rev getcstypes
	return
    }

    typemethod load {} {
	# Pass manager interface. Executed to load data computed by