# HG changeset patch # User Martin Geisler # Date 1238860291 -7200 # Node ID 3d8252430e178f5e01aa9dcfd8e8fd18f9cd27c8 # Parent 6b04f12d283135bfd14a214af13b966a2baf9728 commands: make pull help point to the incoming command diff -r 6b04f12d2831 -r 3d8252430e17 mercurial/commands.py --- 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. """