tests/test-topic-tutorial.t
branchmercurial-4.7
changeset 4512 7a779a288793
parent 4359 2cbb9914d227
parent 4432 5da1d162ad50
child 4514 ef1c322c389d
child 4672 653c42af172e
equal deleted inserted replaced
4359:2cbb9914d227 4512:7a779a288793
  1356 Fortunately stack shows you a better visualization:
  1356 Fortunately stack shows you a better visualization:
  1357 
  1357 
  1358   $ hg stack
  1358   $ hg stack
  1359   ### topic: tools
  1359   ### topic: tools
  1360   ### target: default (branch), 2 behind
  1360   ### target: default (branch), 2 behind
  1361   s3$ Adding drill (unstable)
  1361   s3$ Adding drill (orphan)
  1362   s2$ Adding saw (unstable)
  1362   s2$ Adding saw (orphan)
  1363   s1@ Adding hammer to the shopping list (current)
  1363   s1@ Adding hammer to the shopping list (current)
  1364   s0^ add a pair of shoes (base)
  1364   s0^ add a pair of shoes (base)
  1365 
  1365 
  1366 It's easy to stabilize the situation, `next` has an `--evolve` option.  It will
  1366 It's easy to stabilize the situation, `next` has an `--evolve` option.  It will
  1367 do the necessary relocation of `s2` and `s3` over the new `s1` without having
  1367 do the necessary relocation of `s2` and `s3` over the new `s1` without having
  1373   working directory now at d5c51ee5762a
  1373   working directory now at d5c51ee5762a
  1374 
  1374 
  1375   $ hg stack
  1375   $ hg stack
  1376   ### topic: tools
  1376   ### topic: tools
  1377   ### target: default (branch), 2 behind
  1377   ### target: default (branch), 2 behind
  1378   s3$ Adding drill (unstable)
  1378   s3$ Adding drill (orphan)
  1379   s2@ Adding saw (current)
  1379   s2@ Adding saw (current)
  1380   s1: Adding hammer to the shopping list
  1380   s1: Adding hammer to the shopping list
  1381   s0^ add a pair of shoes (base)
  1381   s0^ add a pair of shoes (base)
  1382 
  1382 
  1383 One more to go:
  1383 One more to go: