diff tests/test-topic-stack.t @ 1991:ba79d23594d6

stack: reusing the index number in base when applicable This clarify the branching when it is easy to track back the branching point. This does not takes the evolution graph into account yet.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 26 Aug 2016 12:52:06 +0200
parents e97458bf53be
children 54d6dff699f0
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Fri Aug 26 12:37:52 2016 +0200
+++ b/tests/test-topic-stack.t	Fri Aug 26 12:52:06 2016 +0200
@@ -194,7 +194,7 @@
   $ hg top -l
   t6: c_f
   t5: c_e
-    ^ c_d
+  t2^ c_d (base)
   t4@ c_h (current)
   t3: c_g
   t2: c_d
@@ -236,7 +236,7 @@
   $ hg topic --list
   t6$ c_f (unstable)
   t5$ c_e (unstable)
-    ^ c_D
+  t2^ c_D (base)
   t4: c_h
   t3: c_g
   t2@ c_D (current)