Mercurial > evolve
diff tests/test-topic.t @ 2923:8c2d3c474fc6
doc: make paragraphs before example code end with "::" for reST syntax
This prevents lines in an example code from being treated as a part of
normal paragraph. For issue example, lines are folded into one
paragraph.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 07 Aug 2017 23:24:57 +0900 |
parents | 3dfc88c06378 |
children | 06844693bb21 |
line wrap: on
line diff
--- 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 "*".