Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 11179:aad0c319b96e
Fix wording in hg pull documentation
author | Ori Avtalion <ori@avtalion.name> |
---|---|
date | Fri, 14 May 2010 22:29:15 +0300 |
parents | 6a64813276ed |
children | 4b02fc71bbba |
line wrap: on
line diff
--- 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.