The "addremove" command:
Usage: fossil addremove ?OPTIONS?
Do all necessary "add" and "rm" commands to synchronize the repository
with the content of the working checkout:
* All files in the checkout but not in the repository (that is,
all files displayed using the "extras" command) are added as
if by the "add" command.
* All files in the repository but missing from the checkout (that is,
all files that show as MISSING with the "status" command) are
removed as if by the "rm" command.
The command does not "commit". You must run the "commit" separately
as a separate step.
Files and directories whose names begin with "." are ignored unless
the
The
on the "settings" command for further information.
The -n|
anything.
This command can be used to track third party software.
Options:
the comma separated list of glob patterns.
the comma separated list of glob patterns.
-n|
See also: add, rm