update: improved help text
authorAdrian Buehlmann <adrian@cadifra.com>
Wed, 11 Jun 2008 13:51:57 +0200
changeset 6673 16d2d093d1dd
parent 6672 6004eedb13f4
child 6674 3101e30fd762
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).
mercurial/commands.py
--- 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