tests/test-topic.t
changeset 2923 8c2d3c474fc6
parent 2898 3dfc88c06378
child 2929 06844693bb21
--- 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 <related revset> --clear'
+  
+        hg topic --rev <related revset> --clear
   
       Change topic on some revisions:
-          'hg topic <newtopicname> --rev <related revset>'
+  
+        hg topic <newtopicname> --rev <related revset>
   
       Clear current topic:
-          'hg topic --clear'
+  
+        hg topic --clear
   
       Set current topic:
-          'hg topic <topicname>'
+  
+        hg topic <topicname>
   
       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 "*".