darcs > obliterate

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs obliterate [OPTION]...
Delete selected patches from the repository. (UNSAFE!)

Options:
             --from-match=PATTERN  select changes starting with a patch matching PATTERN
             --from-patch=REGEXP   select changes starting with a patch matching REGEXP
             --from-tag=REGEXP     select changes starting with a tag matching REGEXP
             --last=NUMBER         select the last NUMBER patches
             --matches=PATTERN     select patches matching PATTERN
  -p REGEXP  --patches=REGEXP      select patches matching REGEXP
  -t REGEXP  --tags=REGEXP         select tags matching REGEXP
             --no-deps             don't automatically fulfill dependencies
  -a         --all                 answer yes to all patches
  -i         --interactive         prompt user interactively
             --repodir=DIRECTORY   specify the repository directory in which to run
             --disable             disable this command
  -h         --help                shows brief description of command and its arguments

Advanced options:
             --debug               give only debug output
             --debug-verbose       give debug and verbose output
  -v         --verbose             give verbose output
  -q         --quiet               suppress informational output
             --standard-verbosity  neither verbose nor quiet output
             --timings             provide debugging timings information
             --compress            create compressed patches
             --dont-compress       don't create compressed patches
             --ignore-times        don't trust the file modification times
             --umask=UMASK         specify umask to use when writing
             --posthook=COMMAND    specify command to run after this darcs command
             --no-posthook         don't run posthook command
             --prompt-posthook     prompt before running posthook [DEFAULT]
             --run-posthook        run posthook command without prompting
             --prehook=COMMAND     specify command to run before this darcs command
             --no-prehook          don't run prehook command
             --prompt-prehook      prompt before running prehook [DEFAULT]
             --run-prehook         run prehook command without prompting

Obliterate completely removes recorded patches from your local repository.
The changes will be undone in your working copy and the patches will not be
shown in your changes list anymore.
Beware that you can lose precious code by obliterating!
最終更新:2008年04月19日 01:39