--- a/tests/test-topic-stack.t Tue Sep 26 12:27:43 2017 +0200
+++ b/tests/test-topic-stack.t Tue Sep 26 12:29:15 2017 +0200
@@ -13,6 +13,7 @@
$ hg init main
$ cd main
$ hg topic other
+ marked working directory as topic: other
$ echo aaa > aaa
$ hg add aaa
$ hg commit -m c_a
@@ -238,6 +239,7 @@
abort: cannot resolve "t2": no active topic
[255]
$ hg topic foo
+ marked working directory as topic: foo
$ hg up t42
abort: cannot resolve "t42": topic "foo" has only 4 changesets
[255]
@@ -568,6 +570,7 @@
$ hg commit -Am 'c_A'
adding aaa
$ hg topic red
+ marked working directory as topic: red
$ echo bbb > bbb
$ hg commit -Am 'c_B'
adding bbb