tests/test-topic-tutorial.t
changeset 2973 0192d6bc25fa
parent 2972 33efe3a1be37
child 2974 af37cdaa84ee
equal deleted inserted replaced
2972:33efe3a1be37 2973:0192d6bc25fa
  1118   t1: Adding hammer
  1118   t1: Adding hammer
  1119   t0^ add a pair of shoes (base)
  1119   t0^ add a pair of shoes (base)
  1120 
  1120 
  1121 You can navigate in your current stack with `previous` and `next`.
  1121 You can navigate in your current stack with `previous` and `next`.
  1122 
  1122 
  1123 `previous` will takes you to the parent of your working directory parent on the same topic.
  1123 `previous` will bring you back to the parent of the topic head.
  1124 
  1124 
  1125   $ hg previous
  1125   $ hg previous
  1126   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1126   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1127   [14] Adding saw
  1127   [14] Adding saw
  1128 
  1128 
  1132   t3: Adding drill
  1132   t3: Adding drill
  1133   t2@ Adding saw (current)
  1133   t2@ Adding saw (current)
  1134   t1: Adding hammer
  1134   t1: Adding hammer
  1135   t0^ add a pair of shoes (base)
  1135   t0^ add a pair of shoes (base)
  1136 
  1136 
  1137 `next` will moves take you to the children of your working directory parent on the same topic.
  1137 `next` will move you forward to the topic head.
  1138 
  1138 
  1139   $ hg next
  1139   $ hg next
  1140   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1140   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1141   [15] Adding drill
  1141   [15] Adding drill
  1142 
  1142