commands: make pull help point to the incoming command
authorMartin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 17:51:31 +0200
changeset 7980 3d8252430e17
parent 7979 6b04f12d2831
child 7981 20df260ae301
commands: make pull help point to the incoming command
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.
     """