--- a/tests/test-topic-tutorial.t Tue Sep 26 12:27:43 2017 +0200
+++ b/tests/test-topic-tutorial.t Tue Sep 26 12:29:15 2017 +0200
@@ -95,6 +95,7 @@
within a topic. Creating a new topic is done using the ``topic`` command:
$ hg topics food
+ marked working directory as topic: food
Much like a named branch, our topic is active but it does not contain any
changeset yet:
@@ -731,6 +732,7 @@
tools to the shopping list within a new topic:
$ hg topics tools
+ marked working directory as topic: tools
$ echo hammer >> shopping
$ hg commit -m 'Adding hammer'
@@ -748,6 +750,7 @@
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg topics drinks
+ marked working directory as topic: drinks
$ echo 'apple juice' >> shopping
$ hg commit -m 'Adding apple juice'