Overview
Artifact ID: | 8c7350ea852a82b8fa78aaa27e9121ef4b2b4dfc |
---|---|
Ticket: | c3d668ad5286f0e780b47c54449314beea5edca2
"clean" command has an option --all, but documentation says it's --force |
User & Date: | anonymous 2009-10-11 20:29:39 |
Changes
- Appended to comment:
<hr><i>anonymous added on 2009-10-11 20:29:39:</i><br> Thanks! Also, here's an update for <code>www/reference.wiki</code>, since it has the old -all option and lacked --dotfiles. <verbatim> --- www/reference.wiki +++ www/reference.wiki @@ -214,18 +214,22 @@ unless the "--nosign" options is used. All files that have changed will be committed unless some subset of files is specified on the command line. <hr><a href="#tof">ˆ</a> - <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? + <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?--force? ?--dotfiles? Delete all "extra" files in the source tree. "Extra" files are files that are not officially part of the checkout. See also the "extra" command. This operation cannot be undone. You will be prompted before removing each file. If you are sure you wish to remove all "extra" files you can specify the - optional -all flag. + optional --force flag and no prmpts will be issued. + + Files and subdirectories whose names begin with "." are + normally ignored. They are included if the "--dotfiles" option + is used. <hr><a href="#tof">ˆ</a> <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME Make a clone of a repository specified by URL in the local file named FILENAME. </verbatim>