--- a/tests/test-topic-tutorial.t Fri Sep 22 18:01:29 2017 +0200
+++ b/tests/test-topic-tutorial.t Tue Sep 26 12:39:11 2017 +0200
@@ -151,6 +151,7 @@
> EOF
$ hg commit -m "adding condiments"
+ active topic 'food' grew its first changeset
$ hg log --graph --rev 'topic("food")'
@ changeset: 1:13900241408b
@@ -736,6 +737,7 @@
marked working directory as topic: tools
$ echo hammer >> shopping
$ hg commit -m 'Adding hammer'
+ active topic 'tools' grew its first changeset
$ echo saw >> shopping
$ hg commit -m 'Adding saw'
@@ -754,6 +756,7 @@
marked working directory as topic: drinks
$ echo 'apple juice' >> shopping
$ hg commit -m 'Adding apple juice'
+ active topic 'drinks' grew its first changeset
$ echo 'orange juice' >> shopping
$ hg commit -m 'Adding orange juice'