Fossil SCM
Point out that clean -prompt implies -disable-undo
Commit
b5601dc3c4785ab26b809117ae136db9f63da1f4
Parent
1640479b7dd0813…
1 file changed
+2
-1
+2
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -687,11 +687,12 @@ | ||
| 687 | 687 | ** argument. Matching files, if any, are removed |
| 688 | 688 | ** prior to checking for any empty directories; |
| 689 | 689 | ** therefore, directories that contain only files |
| 690 | 690 | ** that were removed will be removed as well. |
| 691 | 691 | ** -f|--force Remove files without prompting. |
| 692 | -** -i|--prompt Prompt before removing each file. | |
| 692 | +** -i|--prompt Prompt before removing each file. This option | |
| 693 | +** implies the --disable-undo option. | |
| 693 | 694 | ** -x|--verily WARNING: Removes everything that is not a managed |
| 694 | 695 | ** file or the repository itself. This option |
| 695 | 696 | ** implies the --force, --emptydirs, --dotfiles, and |
| 696 | 697 | ** --disable-undo options. Furthermore, it completely |
| 697 | 698 | ** disregards the keep-glob and ignore-glob settings. |
| 698 | 699 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -687,11 +687,12 @@ | |
| 687 | ** argument. Matching files, if any, are removed |
| 688 | ** prior to checking for any empty directories; |
| 689 | ** therefore, directories that contain only files |
| 690 | ** that were removed will be removed as well. |
| 691 | ** -f|--force Remove files without prompting. |
| 692 | ** -i|--prompt Prompt before removing each file. |
| 693 | ** -x|--verily WARNING: Removes everything that is not a managed |
| 694 | ** file or the repository itself. This option |
| 695 | ** implies the --force, --emptydirs, --dotfiles, and |
| 696 | ** --disable-undo options. Furthermore, it completely |
| 697 | ** disregards the keep-glob and ignore-glob settings. |
| 698 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -687,11 +687,12 @@ | |
| 687 | ** argument. Matching files, if any, are removed |
| 688 | ** prior to checking for any empty directories; |
| 689 | ** therefore, directories that contain only files |
| 690 | ** that were removed will be removed as well. |
| 691 | ** -f|--force Remove files without prompting. |
| 692 | ** -i|--prompt Prompt before removing each file. This option |
| 693 | ** implies the --disable-undo option. |
| 694 | ** -x|--verily WARNING: Removes everything that is not a managed |
| 695 | ** file or the repository itself. This option |
| 696 | ** implies the --force, --emptydirs, --dotfiles, and |
| 697 | ** --disable-undo options. Furthermore, it completely |
| 698 | ** disregards the keep-glob and ignore-glob settings. |
| 699 |