diff tests/test-evolve-order.t @ 1641:27445da063b7

tests: adapt output to the new graphlog style Core have change the way graphmod handle missing parent. We adapt our output.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 14 Apr 2016 13:02:23 -0700
parents b86eea66ed02
children 898dfca94433 9f42f819267b
line wrap: on
line diff
--- a/tests/test-evolve-order.t	Thu Apr 14 03:42:48 2016 +0000
+++ b/tests/test-evolve-order.t	Thu Apr 14 13:02:23 2016 -0700
@@ -155,6 +155,7 @@
   |/
   o  15:739f18ac1d03@default(draft) add _d
   |
+  ~
 
 Second set of stack with no successor for b2_:
   $ mkstack "desc(_d)" b1_ b2_ b3_ b4_ >/dev/null
@@ -196,6 +197,7 @@
   |/
   o  15:739f18ac1d03@default(draft) add _d
   |
+  ~
 
 Solve the full second stack and only part of the first one
   $ echo "(desc(_d)::) - desc(c3_)"
@@ -232,6 +234,7 @@
   |/
   o  15:739f18ac1d03@default(draft) add _d
   |
+  ~
 
 Test multiple revision with some un-evolvable because parent is splitted
 ------------------------------------------------------------------------