D1355: pull: clarify that -u only updates linearly

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Nov 10 18:04:24 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe61d661b0350: pull: clarify that -u only updates linearly (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1355?vs=3392&id=3414

REVISION DETAIL
  https://phab.mercurial-scm.org/D1355

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

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')),



To: martinvonz, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list