Fossil

Check-in [e5dbe8b3]
Login

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

Overview
Comment:Fix typo in the help text for the "fossil cache" command.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e5dbe8b331e534b7c77299e67da83b2523da7eb9
User & Date: drh 2015-07-03 21:38:47.486
Context
2015-07-04
07:17
Add new command to edit a check-in from the command line similar to editing a check-in from the web UI. ... (check-in: b9e0d72e user: andybradford tags: check-in-edit)
05:35
Added "cache" to the "all" command to simplify cache management on systems with many historical repos. ... (check-in: 744aaa84 user: stephan tags: trunk)
2015-07-03
21:38
Fix typo in the help text for the "fossil cache" command. ... (check-in: e5dbe8b3 user: drh tags: trunk)
17:56
Update to the latest SQLite 3.8.11 alpha, including ifdefery to prevent OpenBSD from trying to use __builtin_bswap32(), which it does not support. ... (check-in: 548f9696 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/cache.c.
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
}

/*
** COMMAND: cache*
** Usage: %fossil cache SUBCOMMAND
**
** Manage the cache used for potentially expensive web pages such as
** /zip and /tarball.   SUBCOMMAND an be:
**
**    clear        Remove all entries from the cache.
**
**    init         Create the cache file if it does not already exists.
**
**    list|ls      List the keys and content sizes and other stats for
**                 all entries currently in the cache







|







238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
}

/*
** COMMAND: cache*
** Usage: %fossil cache SUBCOMMAND
**
** Manage the cache used for potentially expensive web pages such as
** /zip and /tarball.   SUBCOMMAND can be:
**
**    clear        Remove all entries from the cache.
**
**    init         Create the cache file if it does not already exists.
**
**    list|ls      List the keys and content sizes and other stats for
**                 all entries currently in the cache