Mercurial > hg-stable
changeset 35056:e61d661b0350
pull: clarify that -u only updates linearly
Differential Revision: https://phab.mercurial-scm.org/D1355
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 10 Nov 2017 09:44:49 -0800 |
parents | 1664dc7ccd8a |
children | 7790c4243f8f |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Nov 08 09:27:14 2017 -0800 +++ b/mercurial/commands.py Fri Nov 10 09:44:49 2017 -0800 @@ -3918,7 +3918,7 @@ @command('^pull', [('u', 'update', None, - _('update to new branch head if changesets were pulled')), + _('update to new branch head if new descendants were pulled')), ('f', 'force', None, _('run even when remote repository is unrelated')), ('r', 'rev', [], _('a remote changeset intended to be added'), _('REV')), ('B', 'bookmark', [], _("bookmark to pull"), _('BOOKMARK')),