Submitter | phabricator |
---|---|
Date | Nov. 10, 2017, 5:52 p.m. |
Message ID | <differential-rev-PHID-DREV-s7ovazlrtjxo7yfmlao7-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25463/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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')),