Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
11178:21a7ae13208f | 11179:aad0c319b96e |
---|---|
2499 -R is specified). By default, this does not update the copy of the | 2499 -R is specified). By default, this does not update the copy of the |
2500 project in the working directory. | 2500 project in the working directory. |
2501 | 2501 |
2502 Use hg incoming if you want to see what would have been added by a | 2502 Use hg incoming if you want to see what would have been added by a |
2503 pull at the time you issued this command. If you then decide to | 2503 pull at the time you issued this command. If you then decide to |
2504 added those changes to the repository, you should use pull -r X | 2504 add those changes to the repository, you should use pull -r X |
2505 where X is the last changeset listed by hg incoming. | 2505 where X is the last changeset listed by hg incoming. |
2506 | 2506 |
2507 If SOURCE is omitted, the 'default' path will be used. | 2507 If SOURCE is omitted, the 'default' path will be used. |
2508 See :hg:`help urls` for more information. | 2508 See :hg:`help urls` for more information. |
2509 | 2509 |