darcs > apply

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs apply [OPTION]... <PATCHFILE>
Apply patches (from an email bundle) to the repository.

Options:
      --verify=PUBRING               verify that the patch was signed by a key in PUBRING
      --verify-ssl=KEYS              verify using openSSL with authorized keys from file KEYS
      --no-verify                    don't verify patch signature
  -a  --all                          answer yes to all patches
  -i  --interactive                  prompt user interactively
      --dry-run                      don't actually take the action
      --mark-conflicts               mark conflicts
      --allow-conflicts              allow conflicts, but don't mark them
      --no-resolve-conflicts         equivalent to --dont-allow-conflicts, for backwards compatibility
      --dont-allow-conflicts         fail on patches that create conflicts [DEFAULT]
      --external-merge=COMMAND       use external tool to merge conflicts
      --no-test                      don't run the test script
      --test                         run the test script
      --leave-test-directory         don't remove the test directory
      --remove-test-directory        remove the test directory
      --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
      --reply=FROM                   reply to email-based patch using FROM address
      --cc=EMAIL                     mail results to additional EMAIL(s). Requires --reply
      --happy-forwarding             forward unsigned messages without extra header
      --sendmail-command=COMMAND     specify sendmail command
      --ignore-times                 don't trust the file modification times
      --compress                     create compressed patches
      --dont-compress                don't create compressed patches
      --set-scripts-executable       make scripts executable
      --dont-set-scripts-executable  don't make scripts executable
      --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

Apply is used to apply a bundle of patches to this repository.
Such a bundle may be created using send.
最終更新:2008年04月19日 01:43