changeset 4200:7ca05d29c1f0

Clarify update help text for update without an explicit revision
author Brendan Cully <brendan@kublai.com>
date Sun, 11 Mar 2007 14:21:09 -0700
parents e4c586763258
children 65aabd9f16f0
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2507,7 +2507,8 @@ def unbundle(ui, repo, fname, **opts):
 def update(ui, repo, node=None, clean=False, date=None):
     """update working directory
 
-    Update the working directory to the specified revision.
+    Update the working directory to the specified revision, or the
+    tip of the current branch if none is specified.
 
     If there are no outstanding changes in the working directory and
     there is a linear relationship between the current version and the