diff -r 66357d4d03b2 -r 8c2d3c474fc6 tests/test-topic.t --- a/tests/test-topic.t Sun Sep 10 22:41:54 2017 +0900 +++ b/tests/test-topic.t Mon Aug 07 23:24:57 2017 +0900 @@ -19,22 +19,28 @@ see all topics. Clear topic on existing topiced revisions: - 'hg topic --rev --clear' + + hg topic --rev --clear Change topic on some revisions: - 'hg topic --rev ' + + hg topic --rev Clear current topic: - 'hg topic --clear' + + hg topic --clear Set current topic: - 'hg topic ' + + hg topic List of topics: - 'hg topics' + + hg topics List of topics with their last touched time sorted according to it: - 'hg topic --age' + + hg topic --age The active topic (if any) will be prepended with a "*".