# HG changeset patch # User Ori Avtalion # Date 1273865355 -10800 # Node ID aad0c319b96e2832b233c968a3280393fc487d35 # Parent 21a7ae13208fc8a9deb8f69c93f44ce382c88496 Fix wording in hg pull documentation diff -r 21a7ae13208f -r aad0c319b96e mercurial/commands.py --- a/mercurial/commands.py Tue May 04 09:57:16 2010 +0200 +++ b/mercurial/commands.py Fri May 14 22:29:15 2010 +0300 @@ -2501,7 +2501,7 @@ Use hg incoming if you want to see what would have been added by a pull at the time you issued this command. If you then decide to - added those changes to the repository, you should use pull -r X + add those changes to the repository, you should use pull -r X where X is the last changeset listed by hg incoming. If SOURCE is omitted, the 'default' path will be used.