396
402
"replace into blobs (sha1, fileid, revid) values (?, ?, ?)",
399
"replace into commits (sha1, revid, tree_sha, testament3_sha1) values (?, ?, ?, ?)",
400
(self._commit.id, self.revid, self._commit.tree, self._testament3_sha1))
405
"replace into commits (sha1, revid, tree_sha, testament3_sha1) "
407
(self._commit.id, self.revid, self._commit.tree,
407
416
class SqliteGitCacheFormat(BzrGitCacheFormat):