diff tests/test-evolve-topic.t @ 4432:5da1d162ad50

stack: rename unstable -> orphan That's the only instability stack can currently show, but it's about to show more and showing "unstable" for one type of instability just isn't good.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 07 Mar 2019 19:13:45 +0800
parents d5a2cc19903f
children ef155f624670
line wrap: on
line diff
--- a/tests/test-evolve-topic.t	Wed Mar 06 21:47:08 2019 +0800
+++ b/tests/test-evolve-topic.t	Thu Mar 07 19:13:45 2019 +0800
@@ -126,8 +126,8 @@
   $ hg stack
   ### topic: foo
   ### target: default (branch)
-  s4$ add fff (current unstable)
-  s3$ add eee (unstable)
+  s4$ add fff (current orphan)
+  s3$ add eee (orphan)
   s2: add ddd
   s1: add ccc
   s0^ add bbb (base)
@@ -265,10 +265,10 @@
   $ hg stack
   ### topic: bar
   ### target: default (branch)
-  s5$ add jjj (unstable)
-  s4$ add iii (unstable)
-  s3$ add hhh (unstable)
-  s2$ add ggg (current unstable)
+  s5$ add jjj (orphan)
+  s4$ add iii (orphan)
+  s3$ add hhh (orphan)
+  s2$ add ggg (current orphan)
   s1: add fff
   s0^ add eee (base)