mercurial/commands.py
changeset 10212 3ab391dd5ec5
parent 10207 f5e55f1ca927
parent 10210 43f8abcec42d
child 10226 e3e41e5e7ff4
--- a/mercurial/commands.py	Tue Jan 05 10:20:28 2010 -0600
+++ b/mercurial/commands.py	Tue Jan 05 22:41:39 2010 +0100
@@ -3575,7 +3575,7 @@
     "^pull":
         (pull,
          [('u', 'update', None,
-           _('update to new tip if changesets were pulled')),
+           _('update to new branch head if changesets were pulled')),
           ('f', 'force', None,
            _('run even when remote repository is unrelated')),
           ('r', 'rev', [],
@@ -3688,7 +3688,7 @@
     "unbundle":
         (unbundle,
          [('u', 'update', None,
-           _('update to new tip if changesets were unbundled'))],
+           _('update to new branch head if changesets were unbundled'))],
          _('[-u] FILE...')),
     "^update|up|checkout|co":
         (update,