Fossil SCM
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk.
Commit
501f3e11439586af007c7f7c796466ff8c6e8d95
Parent
2c53d022c340a4c…
1 file changed
+3
+3
| --- src/purge.c | ||
| +++ src/purge.c | ||
| @@ -458,10 +458,13 @@ | ||
| 458 | 458 | ** command empties the graveyard, making the content unrecoverable. |
| 459 | 459 | ** |
| 460 | 460 | ** ==== WARNING: This command can potentially destroy historical data and ==== |
| 461 | 461 | ** ==== leave your repository in a goofy state. Know what you are doing! ==== |
| 462 | 462 | ** ==== Make a backup of your repository before using this command! ==== |
| 463 | +** | |
| 464 | +** ==== FURTHER WARNING: This command is a work-in-progress and may yet ==== | |
| 465 | +** ==== contains bugs. ==== | |
| 463 | 466 | ** |
| 464 | 467 | ** fossil purge artifacts UUID... ?OPTIONS? |
| 465 | 468 | ** |
| 466 | 469 | ** Move arbitrary artifacts identified by the UUID list into the |
| 467 | 470 | ** graveyard. |
| 468 | 471 |
| --- src/purge.c | |
| +++ src/purge.c | |
| @@ -458,10 +458,13 @@ | |
| 458 | ** command empties the graveyard, making the content unrecoverable. |
| 459 | ** |
| 460 | ** ==== WARNING: This command can potentially destroy historical data and ==== |
| 461 | ** ==== leave your repository in a goofy state. Know what you are doing! ==== |
| 462 | ** ==== Make a backup of your repository before using this command! ==== |
| 463 | ** |
| 464 | ** fossil purge artifacts UUID... ?OPTIONS? |
| 465 | ** |
| 466 | ** Move arbitrary artifacts identified by the UUID list into the |
| 467 | ** graveyard. |
| 468 |
| --- src/purge.c | |
| +++ src/purge.c | |
| @@ -458,10 +458,13 @@ | |
| 458 | ** command empties the graveyard, making the content unrecoverable. |
| 459 | ** |
| 460 | ** ==== WARNING: This command can potentially destroy historical data and ==== |
| 461 | ** ==== leave your repository in a goofy state. Know what you are doing! ==== |
| 462 | ** ==== Make a backup of your repository before using this command! ==== |
| 463 | ** |
| 464 | ** ==== FURTHER WARNING: This command is a work-in-progress and may yet ==== |
| 465 | ** ==== contains bugs. ==== |
| 466 | ** |
| 467 | ** fossil purge artifacts UUID... ?OPTIONS? |
| 468 | ** |
| 469 | ** Move arbitrary artifacts identified by the UUID list into the |
| 470 | ** graveyard. |
| 471 |