diff -r 1664dc7ccd8a -r e61d661b0350 mercurial/commands.py --- 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')),