comparison tests/test-topic-tutorial.t @ 4342:914b9e55f76e

next: populate stacktemplate to the missed _nextevolve function
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Tue, 25 Dec 2018 10:10:12 +0530
parents ab3581bc0637
children 2cbb9914d227 5da1d162ad50
comparison
equal deleted inserted replaced
4341:d1aab9d82f5b 4342:914b9e55f76e
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
1368 to do that rebase by hand.: 1368 to do that rebase by hand.:
1369 1369
1370 $ hg next --evolve 1370 $ hg next --evolve
1371 move:[14] Adding saw 1371 move:[s2] Adding saw
1372 atop:[18] Adding hammer to the shopping list 1372 atop:[s1] Adding hammer to the shopping list
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
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:
1384 1384
1385 $ hg next --evolve 1385 $ hg next --evolve
1386 move:[15] Adding drill 1386 move:[s3] Adding drill
1387 atop:[19] Adding saw 1387 atop:[s2] Adding saw
1388 working directory now at bae3758e46bf 1388 working directory now at bae3758e46bf
1389 1389
1390 $ hg stack 1390 $ hg stack
1391 ### topic: tools 1391 ### topic: tools
1392 ### target: default (branch), 2 behind 1392 ### target: default (branch), 2 behind