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