tests/test-stack-branch.t
changeset 2670 f5d52fa1cd55
parent 2669 b933a8068c17
child 2682 a6e3c2fcb1d7
--- a/tests/test-stack-branch.t	Wed Jun 28 02:45:57 2017 +0200
+++ b/tests/test-stack-branch.t	Wed Jun 28 01:53:21 2017 +0200
@@ -55,7 +55,6 @@
   $ hg up other
   0 files updated, 0 files merged, 4 files removed, 0 files unresolved
   $ hg stack
-  ### topic: None
   ### branch: other
   b2@ c_b (current)
   b1: c_a
@@ -71,7 +70,6 @@
   $ hg branch
   foo
   $ hg stack
-  ### topic: None
   ### branch: foo
   b4@ c_f (current)
   b3: c_e
@@ -120,7 +118,6 @@
   o  0 other {} public c_a
   
   $ hg stack
-  ### topic: None
   ### branch: foo
   b4$ c_f (unstable)
   b3$ c_e (unstable)
@@ -130,7 +127,6 @@
   $ hg up b3
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg stack
-  ### topic: None
   ### branch: foo
   b4$ c_f (unstable)
   b3$ c_e (current unstable)
@@ -200,8 +196,7 @@
 Test output
 
   $ hg stack
-  ### topic: None (2 heads)
-  ### branch: foo
+  ### branch: foo (2 heads)
   b6: c_f
   b5: c_e
   b2^ c_d (base)
@@ -244,8 +239,7 @@
   
 
   $ hg stack
-  ### topic: None (2 heads)
-  ### branch: foo
+  ### branch: foo (2 heads)
   b6$ c_f (unstable)
   b5$ c_e (unstable)
   b2^ c_D (base)