diff tests/test-stack-branch.t @ 3085:3eca2cbdc498

stack: order the adjective of changeset The new order give more interesting result: * base current * base unstable * current unstable It seems more harmonious this way. Base seems the most core and immutable adjective describing the element. Then current is a volatile but important one. Finally, unstable is less information than current, so it goes last.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 20 Oct 2017 14:56:03 +0200
parents 945a0989e41b
children f5d472b7e800 ae6fddf39933
line wrap: on
line diff
--- a/tests/test-stack-branch.t	Sun Oct 15 00:03:59 2017 +0530
+++ b/tests/test-stack-branch.t	Fri Oct 20 14:56:03 2017 +0200
@@ -251,7 +251,7 @@
   ### target: foo (branch) (2 heads)
   b6: c_h
   b5: c_g
-  b2^ c_D (base)
+  b2^ c_D (base current)
   b4$ c_f (unstable)
   b3$ c_e (unstable)
   b2@ c_D (current)
@@ -285,7 +285,7 @@
   ### target: foo (branch) (2 heads)
   b6: c_h
   b5: c_g
-  b2^ c_D (base)
+  b2^ c_D (base current)
   b4$ c_f (unstable)
   b3$ c_e (unstable)
   b2@ c_D (current)
@@ -296,7 +296,7 @@
   ### target: foo (branch) (2 heads)
   b5: c_h
   b4: c_g
-  b1^ c_D (base)
+  b1^ c_D (base current)
   b3$ c_f (unstable)
   b2$ c_e (unstable)
   b1@ c_D (current)