mercurial/commands.py
changeset 35017 e61d661b0350
parent 34958 5910db5d1913
child 35038 6ef744a7df65
--- 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')),