tests/test-tutorial.t
branchstable
changeset 891 36c1c80e99a3
parent 867 6a67606e1c34
child 900 98b5ac44a259
child 915 1ebe5c51919b
--- a/tests/test-tutorial.t	Sun Mar 02 15:19:31 2014 +0100
+++ b/tests/test-tutorial.t	Thu Apr 03 23:36:23 2014 -0700
@@ -436,9 +436,10 @@
   
   move changes from parent revision to working directory
   
-      Changes to selected files in parent revision appear again as uncommitted
-      changed in the working directory. A new revision without selected changes
-      is created, becomes the new parent and obsoletes the previous one.
+      Changes to selected files in the checked out revision appear again as
+      uncommitted changed in the working directory. A new revision without the
+      selected changes is created, becomes the checked out revision, and
+      obsoletes the previous one.
   
       The --include option specifies patterns to uncommit. The --exclude option
       specifies patterns to keep in the commit.
@@ -469,11 +470,11 @@
   
   Fold multiple revisions into a single one
   
-      Revision from your current working directory to the specified one are fold
-      as a new one replacing the other
+      The revisions from your current working directory to the given one are
+      folded into a single successor revision.
   
-      you can alternatively use --rev to explicitly specify revision to be fold
-      ignoring the current working directory parent.
+      you can alternatively use --rev to explicitly specify revisions to be
+      folded, ignoring the current working directory parent.
   
   options: