163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
**
** Fossil Options:
**
** --no-repository Skip opening the repository database.
**
** WARNING: Careless use of this command can corrupt a Fossil repository
** in ways that are unrecoverable. Be sure you know what you are doing before
** running any SQL commands that modifies the repository database.
**
** The following extensions to the usual SQLite commands are provided:
**
** content(X) Return the content of artifact X. X can be a
** SHA1 hash or prefix or a tag.
**
** compress(X) Compress text X.
|
|
|
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
**
** Fossil Options:
**
** --no-repository Skip opening the repository database.
**
** WARNING: Careless use of this command can corrupt a Fossil repository
** in ways that are unrecoverable. Be sure you know what you are doing before
** running any SQL commands that modify the repository database.
**
** The following extensions to the usual SQLite commands are provided:
**
** content(X) Return the content of artifact X. X can be a
** SHA1 hash or prefix or a tag.
**
** compress(X) Compress text X.
|