Fossil

Check-in [c14ecc43]
Login

Check-in [c14ecc43]

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

Overview
Comment:Fix a typo in the "fossil purge" command documentation.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c14ecc432af739bcaca83e420e26db7eb5abf1e5
User & Date: drh 2016-08-02 18:17:55
Context
2016-08-02
19:42
New documentation on how CGI works in Fossil. This is a work-in-progress. ... (check-in: c55f54d0 user: drh tags: trunk)
18:17
Fix a typo in the "fossil purge" command documentation. ... (check-in: c14ecc43 user: drh tags: trunk)
17:59
Add documentation of the repolist mode to the CGI command. ... (check-in: 20e9731c user: rberteig tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/purge.c.

458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
** command empties the graveyard, making the content unrecoverable.
**
** ==== WARNING: This command can potentially destroy historical data and ====
** ==== leave your repository in a goofy state. Know what you are doing!  ====
** ==== Make a backup of your repository before using this command!       ====
**
** ==== FURTHER WARNING: This command is a work-in-progress and may yet   ====
** ==== contains bugs.                                                    ====
**
**   fossil purge artifacts UUID... ?OPTIONS?
**
**      Move arbitrary artifacts identified by the UUID list into the 
**      graveyard.
**
**   fossil purge cat UUID...







|







458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
** command empties the graveyard, making the content unrecoverable.
**
** ==== WARNING: This command can potentially destroy historical data and ====
** ==== leave your repository in a goofy state. Know what you are doing!  ====
** ==== Make a backup of your repository before using this command!       ====
**
** ==== FURTHER WARNING: This command is a work-in-progress and may yet   ====
** ==== contain bugs.                                                     ====
**
**   fossil purge artifacts UUID... ?OPTIONS?
**
**      Move arbitrary artifacts identified by the UUID list into the 
**      graveyard.
**
**   fossil purge cat UUID...