Fossil

Check-in [aedfd94d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | misc-little-things
Files: files | file ages | folders
SHA3-256: aedfd94d003da1bb2f58c4aa9f60ee653ebe139ca6b169f02146465c03a2c20d
User & Date: florian 2019-01-04 07:56:00.000
Context
2019-01-27
15:42
List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd user: florian tags: misc-little-things)
2019-01-04
07:56
Minor typo. ... (check-in: aedfd94d user: florian tags: misc-little-things)
07:54
For the 'reparent' command, make sure there's an open check-out (otherwise it will fail). ... (check-in: 6e80af7e user: florian tags: misc-little-things)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/content.c.
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
** WARNING: This command destroys data and can cause you to lose work.
** Make sure you have a backup copy before using this command!
**
** WARNING: You must run "fossil rebuild" after this command to rebuild
** the metadata.
**
** Note that the arguments are the integer raw RID values from the BLOB table,
** not artifact hashs or labels.
*/
void test_content_erase(void){
  int i;
  Blob x;
  char c;
  Stmt q;
  prompt_user("This command erases information from the repository and\n"







|







1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
** WARNING: This command destroys data and can cause you to lose work.
** Make sure you have a backup copy before using this command!
**
** WARNING: You must run "fossil rebuild" after this command to rebuild
** the metadata.
**
** Note that the arguments are the integer raw RID values from the BLOB table,
** not artifact hashes or labels.
*/
void test_content_erase(void){
  int i;
  Blob x;
  char c;
  Stmt q;
  prompt_user("This command erases information from the repository and\n"