darcs > send

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs send [OPTION]... [REPOSITORY]
Send by email a bundle of one or more patches.

Options:
             --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
             --from=EMAIL                specify email address
  -A EMAIL   --author=EMAIL              specify author id
             --to=EMAIL                  specify destination email
             --cc=EMAIL                  mail results to additional EMAIL(s). Requires --reply
             --subject=SUBJECT           specify mail subject
  -o FILE    --output=FILE               specify output filename
  -O         --output-auto-name          output to automatically named file
             --sign                      sign the patch with your gpg key
             --sign-as=KEYID             sign the patch with a given keyid
             --sign-ssl=IDFILE           sign the patch using openssl with a given private key
             --dont-sign                 don't sign the patch
  -u         --unified                   output patch in a darcs-specific format similar to diff -u
             --dry-run                   don't actually take the action
  -s         --summary                   summarize changes
             --no-summary                don't summarize changes
             --edit-description          edit the patch bundle description
             --dont-edit-description     don't edit the patch bundle description
             --set-default               set default repository [DEFAULT]
             --no-set-default            don't set default repository
             --repodir=DIRECTORY         specify the repository directory in which to run
             --sendmail-command=COMMAND  specify sendmail command
             --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
             --logfile=FILE              give patch name and comment in file
             --delete-logfile            delete the logfile when done
             --context=FILENAME          send to context stored in FILENAME
             --no-ssh-cm                 don't use SSH ControlMaster feature [DEFAULT]
             --ssh-cm                    use SSH ControlMaster feature
             --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

Send is used to prepare a bundle of patches that can be applied to a target
repository.  Send accepts the URL of the repository as an argument.  When
called without an argument, send will use the most recent repository that
was either pushed to, pulled from or sent to.  By default, the patch bundle
is sent by email, although you may save it to a file.
最終更新:2008年04月19日 01:42