--- a/tests/test-topic-tutorial.t Wed Jul 25 15:30:37 2018 -0700
+++ b/tests/test-topic-tutorial.t Tue Jul 31 12:52:06 2018 +0200
@@ -154,6 +154,7 @@
$ hg commit -m "adding condiments"
active topic 'food' grew its first changeset
+ (see 'hg help topics' for more information)
$ hg log --graph --rev 'topic("food")'
@ changeset: 1:13900241408b
@@ -601,6 +602,7 @@
added 2 changesets with 2 changes to 1 files
2 new obsolescence markers
active topic 'food' is now empty
+ (use 'hg topic --clear' to clear it if needed)
$ hg topics
* food (0 changesets)
@@ -753,6 +755,7 @@
$ echo hammer >> shopping
$ hg commit -m 'Adding hammer'
active topic 'tools' grew its first changeset
+ (see 'hg help topics' for more information)
$ echo saw >> shopping
$ hg commit -m 'Adding saw'
@@ -772,6 +775,7 @@
$ echo 'apple juice' >> shopping
$ hg commit -m 'Adding apple juice'
active topic 'drinks' grew its first changeset
+ (see 'hg help topics' for more information)
$ echo 'orange juice' >> shopping
$ hg commit -m 'Adding orange juice'