Fossil SCM
Remove obsolete "cannot be undone" warning from documentation for clean, fix spelling error, and add mention of --disable-undo to description for --verily
Commit
d7955bf18c0774433ea86789b004de7d8dce866a
Parent
4843bd540214ccb…
1 file changed
+9
-10
+9
-10
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -635,29 +635,28 @@ | ||
| 635 | 635 | /* |
| 636 | 636 | ** COMMAND: clean |
| 637 | 637 | ** |
| 638 | 638 | ** Usage: %fossil clean ?OPTIONS? ?PATH ...? |
| 639 | 639 | ** |
| 640 | -** Delete all "extra" files in the source tree. "Extra" files are | |
| 641 | -** files that are not officially part of the checkout. This operation | |
| 642 | -** cannot be undone. If one or more PATH arguments appear, then only | |
| 643 | -** the files named, or files contained with directories named, will be | |
| 644 | -** removed. | |
| 640 | +** Delete all "extra" files in the source tree. "Extra" files are files | |
| 641 | +** that are not officially part of the checkout. If one or more PATH | |
| 642 | +** arguments appear, then only the files named, or files contained with | |
| 643 | +** directories named, will be removed. | |
| 645 | 644 | ** |
| 646 | -** Prompted are issued to confirm the removal of each file, unless | |
| 645 | +** Prompts are issued to confirm the removal of each file, unless | |
| 647 | 646 | ** the --force flag is used or unless the file matches glob pattern |
| 648 | 647 | ** specified by the --clean option. No file that matches glob patterns |
| 649 | 648 | ** specified by --ignore or --keep will ever be deleted. The default |
| 650 | 649 | ** values for --clean, --ignore, and --keep are determined by the |
| 651 | 650 | ** (versionable) clean-glob, ignore-glob, and keep-glob settings. |
| 652 | 651 | ** Files and subdirectories whose names begin with "." are automatically |
| 653 | 652 | ** ignored unless the --dotfiles option is used. |
| 654 | 653 | ** |
| 655 | -** The --verily option ignores the keep-glob and ignore-glob settings | |
| 656 | -** and turns on --force, --dotfiles, and --emptydirs. Use the --verily | |
| 657 | -** option when you really want to clean up everything. Extreme care | |
| 658 | -** should be exercised when using the --verily option. | |
| 654 | +** The --verily option ignores the keep-glob and ignore-glob settings and | |
| 655 | +** turns on --force, --emptydirs, --dotfiles, and --disable-undo. Use the | |
| 656 | +** --verily option when you really want to clean up everything. Extreme | |
| 657 | +** care should be exercised when using the --verily option. | |
| 659 | 658 | ** |
| 660 | 659 | ** Options: |
| 661 | 660 | ** --allckouts Check for empty directories within any checkouts |
| 662 | 661 | ** that may be nested within the current one. This |
| 663 | 662 | ** option should be used with great care because the |
| 664 | 663 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -635,29 +635,28 @@ | |
| 635 | /* |
| 636 | ** COMMAND: clean |
| 637 | ** |
| 638 | ** Usage: %fossil clean ?OPTIONS? ?PATH ...? |
| 639 | ** |
| 640 | ** Delete all "extra" files in the source tree. "Extra" files are |
| 641 | ** files that are not officially part of the checkout. This operation |
| 642 | ** cannot be undone. If one or more PATH arguments appear, then only |
| 643 | ** the files named, or files contained with directories named, will be |
| 644 | ** removed. |
| 645 | ** |
| 646 | ** Prompted are issued to confirm the removal of each file, unless |
| 647 | ** the --force flag is used or unless the file matches glob pattern |
| 648 | ** specified by the --clean option. No file that matches glob patterns |
| 649 | ** specified by --ignore or --keep will ever be deleted. The default |
| 650 | ** values for --clean, --ignore, and --keep are determined by the |
| 651 | ** (versionable) clean-glob, ignore-glob, and keep-glob settings. |
| 652 | ** Files and subdirectories whose names begin with "." are automatically |
| 653 | ** ignored unless the --dotfiles option is used. |
| 654 | ** |
| 655 | ** The --verily option ignores the keep-glob and ignore-glob settings |
| 656 | ** and turns on --force, --dotfiles, and --emptydirs. Use the --verily |
| 657 | ** option when you really want to clean up everything. Extreme care |
| 658 | ** should be exercised when using the --verily option. |
| 659 | ** |
| 660 | ** Options: |
| 661 | ** --allckouts Check for empty directories within any checkouts |
| 662 | ** that may be nested within the current one. This |
| 663 | ** option should be used with great care because the |
| 664 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -635,29 +635,28 @@ | |
| 635 | /* |
| 636 | ** COMMAND: clean |
| 637 | ** |
| 638 | ** Usage: %fossil clean ?OPTIONS? ?PATH ...? |
| 639 | ** |
| 640 | ** Delete all "extra" files in the source tree. "Extra" files are files |
| 641 | ** that are not officially part of the checkout. If one or more PATH |
| 642 | ** arguments appear, then only the files named, or files contained with |
| 643 | ** directories named, will be removed. |
| 644 | ** |
| 645 | ** Prompts are issued to confirm the removal of each file, unless |
| 646 | ** the --force flag is used or unless the file matches glob pattern |
| 647 | ** specified by the --clean option. No file that matches glob patterns |
| 648 | ** specified by --ignore or --keep will ever be deleted. The default |
| 649 | ** values for --clean, --ignore, and --keep are determined by the |
| 650 | ** (versionable) clean-glob, ignore-glob, and keep-glob settings. |
| 651 | ** Files and subdirectories whose names begin with "." are automatically |
| 652 | ** ignored unless the --dotfiles option is used. |
| 653 | ** |
| 654 | ** The --verily option ignores the keep-glob and ignore-glob settings and |
| 655 | ** turns on --force, --emptydirs, --dotfiles, and --disable-undo. Use the |
| 656 | ** --verily option when you really want to clean up everything. Extreme |
| 657 | ** care should be exercised when using the --verily option. |
| 658 | ** |
| 659 | ** Options: |
| 660 | ** --allckouts Check for empty directories within any checkouts |
| 661 | ** that may be nested within the current one. This |
| 662 | ** option should be used with great care because the |
| 663 |