diff -r 482195001997 -r 1bc4b0807c37 tests/test-topic-tutorial.t --- a/tests/test-topic-tutorial.t Thu May 24 18:57:46 2018 +0200 +++ b/tests/test-topic-tutorial.t Wed May 23 11:37:37 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 @@ -753,6 +754,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 +774,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'