update: move help text about parent revision higher up stable
authorAdrian Buehlmann <adrian@cadifra.com>
Tue, 10 Jul 2012 11:15:22 +0200
branchstable
changeset 17143 c9e6c6ae4ea1
parent 17142 3e66d00b3026
child 17144 71e36b3d2cc4
update: move help text about parent revision higher up emphasizing how important the parent revision is
mercurial/commands.py
--- a/mercurial/commands.py	Wed Jul 11 09:12:31 2012 +0200
+++ b/mercurial/commands.py	Tue Jul 10 11:15:22 2012 +0200
@@ -5612,15 +5612,15 @@
     current named branch and move the current bookmark (see :hg:`help
     bookmarks`).
 
+    Update sets the working directory's parent revison to the specified
+    changeset (see :hg:`help parents`).
+
     If the changeset is not a descendant or ancestor of the working
     directory's parent, the update is aborted. With the -c/--check
     option, the working directory is checked for uncommitted changes; if
     none are found, the working directory is updated to the specified
     changeset.
 
-    Update sets the working directory's parent revison to the specified
-    changeset (see :hg:`help parents`).
-
     The following rules apply when the working directory contains
     uncommitted changes: