Mercurial > evolve
comparison tests/test-topic.t @ 2717:ed45a5fb4452
topics: update the help for `hg topics` describing ways to use the command
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 06 Jul 2017 03:56:36 +0530 |
parents | f19b314d8475 |
children | b6fa7b3e13d4 |
comparison
equal
deleted
inserted
replaced
2716:b1b57391bc4e | 2717:ed45a5fb4452 |
---|---|
13 > EOF | 13 > EOF |
14 | 14 |
15 $ hg help topics | 15 $ hg help topics |
16 hg topics [TOPIC] | 16 hg topics [TOPIC] |
17 | 17 |
18 View current topic, set current topic, or see all topics. | 18 View current topic, set current topic, change topic for a set of revisions, or |
19 see all topics. | |
20 | |
21 Clear topic on existing topiced revisions: | |
22 'hg topic --rev <related revset> --clear' | |
23 | |
24 Change topic on some revisions: | |
25 'hg topic <newtopicname> --rev <related revset>' | |
26 | |
27 Clear current topic: | |
28 'hg topic --clear' | |
29 | |
30 Set current topic: | |
31 'hg topic <topicname>' | |
32 | |
33 List of topics: | |
34 'hg topics' | |
35 | |
36 The active topic (if any) will be prepended with a "*". | |
19 | 37 |
20 The --verbose version of this command display various information on the | 38 The --verbose version of this command display various information on the |
21 state of each topic. | 39 state of each topic. |
22 | 40 |
23 options: | 41 options: |