tests/test-topic-rebase.t
changeset 2988 62201935e1a7
parent 2985 f63c97c01f92
child 2997 a61634f52742
--- a/tests/test-topic-rebase.t	Fri Sep 22 18:01:29 2017 +0200
+++ b/tests/test-topic-rebase.t	Tue Sep 26 12:39:11 2017 +0200
@@ -42,6 +42,7 @@
   $ hg topic myfeature
   marked working directory as topic: myfeature
   $ mkcommit feature1
+  active topic 'myfeature' grew its first changeset
   $ hg stack
   ### topic: myfeature
   ### branch: default
@@ -106,6 +107,7 @@
   marked working directory as topic: myotherfeature
   $ echo "B" >> file
   $ hg commit -m "myotherfeature1"
+  active topic 'myotherfeature' grew its first changeset
 
 Update the common file in default
   $ hg update --rev default