changeset 6673:16d2d093d1dd

update: improved help text Using the term "the repository's working directory" instead of just "working directory" to make it nearly impossible to confuse it with $PWD. Also, this new wording better conveys the fact that update applies to the working dir as a whole (no matter what the $PWD currently is).
author Adrian Buehlmann <adrian@cadifra.com>
date Wed, 11 Jun 2008 13:51:57 +0200
parents 6004eedb13f4
children 3101e30fd762
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Jun 12 02:27:06 2008 +0200
+++ b/mercurial/commands.py	Wed Jun 11 13:51:57 2008 +0200
@@ -2822,8 +2822,8 @@
 def update(ui, repo, node=None, rev=None, clean=False, date=None):
     """update working directory
 
-    Update the working directory to the specified revision, or the
-    tip of the current branch if none is specified.
+    Update the repository's working directory to the specified revision,
+    or the tip of the current branch if none is specified.
 
     If the requested revision is a descendant of the working
     directory, any outstanding changes in the working directory will