Mercurial > hg
changeset 7980:3d8252430e17
commands: make pull help point to the incoming command
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 17:51:31 +0200 |
parents | 6b04f12d2831 |
children | 20df260ae301 |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 04 17:44:18 2009 +0200 +++ b/mercurial/commands.py Sat Apr 04 17:51:31 2009 +0200 @@ -2161,12 +2161,15 @@ def pull(ui, repo, source="default", **opts): """pull changes from the specified source - Pull changes from a remote repository to a local one. + Pull changes from a remote repository to the local one. This finds all changes from the repository at the specified path or URL and adds them to the local repository. By default, this does not update the copy of the project in the working directory. + Use hg incoming if you want to see what will be added by the next + pull without actually adding the changes to the repository. + If SOURCE is omitted, the 'default' path will be used. See 'hg help urls' for more information. """