diff tests/test-topic-stack.t @ 2936:3a9303b7b648

topics: show working directory branch when topic is empty
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 15 Sep 2017 22:48:55 +0530
parents 06844693bb21
children b54abc7e80e2
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Fri Sep 01 15:09:59 2017 +0530
+++ b/tests/test-topic-stack.t	Fri Sep 15 22:48:55 2017 +0530
@@ -66,7 +66,7 @@
    * other
   $ hg stack
   ### topic: other
-  ### branch: 
+  ### branch: default
 
   $ hg up foo
   switching to topic foo
@@ -224,7 +224,7 @@
 
   $ hg topic --clear
   $ hg stack
-  ### branch: 
+  ### branch: default
 
 Test "t#" reference
 -------------------