darcs > amend-record

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs amend-record [OPTION]... [FILE or DIRECTORY]...
Replace a patch with a better version before it leaves your repository.

Options:
                --match=PATTERN          select a single patch matching PATTERN
  -p REGEXP     --patch=REGEXP           select a single patch matching REGEXP
                --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
  -a            --all                    answer yes to all patches
  -i            --interactive            prompt user interactively
  -A EMAIL      --author=EMAIL           specify author id
  -m PATCHNAME  --patch-name=PATCHNAME   name of patch
                --edit-long-comment      edit the long comment by default
                --skip-long-comment      don't give a long comment
                --prompt-long-comment    prompt for whether to edit the long comment
  -l            --look-for-adds          look for (non-boring) files that could be added
                --dont-look-for-adds     don't look for any files that could be added [DEFAULT]
                --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

Amend-record is used to replace a patch with a newer version with additional
changes.

WARNINGS: You should ONLY use amend-record on patches which only exist in a
single repository! Also, running amend-record while another user is pulling
from the same repository may cause repository corruption.
最終更新:2008年04月19日 01:31