darcs version 2.0.0 (2.0.0 (+ 19 patches))
Usage: darcs pull [OPTION]... [REPOSITORY]...
Copy and apply patches from another repository to this one.
Options:
--matches=PATTERN select patches matching PATTERN
-p REGEXP --patches=REGEXP select patches matching REGEXP
-t REGEXP --tags=REGEXP select tags matching REGEXP
-a --all answer yes to all patches
-i --interactive prompt user interactively
--mark-conflicts mark conflicts [DEFAULT]
--allow-conflicts allow conflicts, but don't mark them
--dont-allow-conflicts fail on patches that create conflicts
--external-merge=COMMAND use external tool to merge conflicts
--test run the test script
--no-test don't run the test script
--dry-run don't actually take the action
-s --summary summarize changes
--no-summary don't summarize changes
--no-deps don't automatically fulfill dependencies
--set-default set default repository [DEFAULT]
--no-set-default don't set default repository
--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
--intersection take intersection of all repositories
--union take union of all repositories [DEFAULT]
--complement take complement of repositories (in order listed)
--compress create compressed patches
--dont-compress don't create compressed patches
--nolinks do not link repository or pristine to sibling
--ignore-times don't trust the file modification times
--no-ssh-cm don't use SSH ControlMaster feature [DEFAULT]
--ssh-cm use SSH ControlMaster feature
--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
Pull is used to bring changes made in another repository into the current
repository (that is, either the one in the current directory, or the one
specified with the --repodir option). Pull allows you to bring over all or
some of the patches that are in that repository but not in this one. Pull
accepts arguments, which are URLs from which to pull, and when called
without an argument, pull will use the repository from which you have most
recently either pushed or pulled.
最終更新:2008年04月19日 01:38