changeset 3069:0192d6bc25fa

topics/tuto: try to be more clear when explaining previous/next
author Aurélien Campéas
date Thu, 21 Sep 2017 16:41:42 +0200
parents 33efe3a1be37
children af37cdaa84ee
files tests/test-topic-tutorial.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-topic-tutorial.t
+++ b/tests/test-topic-tutorial.t
@@ -1120,7 +1120,7 @@
 
 You can navigate in your current stack with `previous` and `next`.
 
-`previous` will takes you to the parent of your working directory parent on the same topic.
+`previous` will bring you back to the parent of the topic head.
 
   $ hg previous
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -1134,7 +1134,7 @@
   t1: Adding hammer
   t0^ add a pair of shoes (base)
 
-`next` will moves take you to the children of your working directory parent on the same topic.
+`next` will move you forward to the topic head.
 
   $ hg next
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved