darcs > replace

darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs replace [OPTION]... <OLD> <NEW> <FILE> ...
Replace a token with a new value for that token.

Options:
      --token-chars="[CHARS]"  define token to contain these characters
  -f  --force                  proceed with replace even if 'new' token already exists
      --no-force               don't force the replace if it looks scary
      --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
      --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

Replace allows you to change a specified token wherever it
occurs in the specified files.  The replace is encoded in a
special patch and will merge as expected with other patches.
Tokens here are defined by a regexp specifying the characters
which are allowed.  By default a token corresponds to a C identifier.
最終更新:2008年04月19日 01:27