darcs > diff

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs diff [OPTION]... [FILE or DIRECTORY]...
Create a diff between two versions of the repository.

Options:
             --to-match=PATTERN      select changes up to a patch matching PATTERN
             --to-patch=REGEXP       select changes up to a patch matching REGEXP
             --to-tag=REGEXP         select changes up to a tag matching REGEXP
             --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
             --match=PATTERN         select a single patch matching PATTERN
  -p REGEXP  --patch=REGEXP          select a single patch matching REGEXP
             --last=NUMBER           select the last NUMBER patches
             --diff-command=COMMAND  specify diff command (ignores --diff-opts)
             --diff-opts=OPTIONS     options to pass to diff
  -u         --unified               pass -u option to diff
             --repodir=DIRECTORY     specify the repository directory in which to run
             --store-in-memory       do patch application in memory rather than on disk
             --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
             --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

Diff can be used to create a diff between two versions which are in your
repository.  Specifying just --from-patch will get you a diff against
your working copy.  If you give diff no version arguments, it gives
you the same information as whatsnew except that the patch is
formatted as the output of a diff command
最終更新:2008年04月19日 01:35