tests/test-evolve-topic.t
changeset 4155 cc3a0b13ae57
parent 4122 4eb3877540f1
child 4160 44133463372f
--- a/tests/test-evolve-topic.t	Mon Oct 01 19:59:17 2018 +0530
+++ b/tests/test-evolve-topic.t	Tue Oct 02 12:55:29 2018 +0530
@@ -123,10 +123,19 @@
 
 Run evolve --all
 
+  $ hg stack
+  ### topic: foo
+  ### target: default (branch)
+  s4$ add fff (current unstable)
+  s3$ add eee (unstable)
+  s2: add ddd
+  s1: add ccc
+  s0^ add bbb (base)
+
   $ hg evolve --all
-  move:[4] add eee
-  atop:[10] add ddd
-  move:[11] add fff
+  move:[s3] add eee
+  atop:[s2] add ddd
+  move:[s4] add fff
   working directory is now at 070c5573d8f9
   $ hg log -G
   @  13 - {foo} 070c5573d8f9 add fff (draft)