equal
deleted
inserted
replaced
162 The --verbose version of this command display various information on the |
162 The --verbose version of this command display various information on the |
163 state of each topic. |
163 state of each topic. |
164 |
164 |
165 options ([+] can be repeated): |
165 options ([+] can be repeated): |
166 |
166 |
167 --clear clear active topic if any |
167 --clear clear active topic if any |
168 -r --rev REV [+] revset of existing revisions |
168 -r --rev REV [+] revset of existing revisions |
169 -l --list show the stack of changeset in the topic |
169 -l --list show the stack of changeset in the topic |
170 --age show when you last touched the topics |
170 --age show when you last touched the topics |
171 --current display the current topic only |
171 --current display the current topic only |
172 -T --template TEMPLATE display with template |
|
173 |
172 |
174 (some details hidden, use --verbose to show complete help) |
173 (some details hidden, use --verbose to show complete help) |
175 $ hg topics |
174 $ hg topics |
176 |
175 |
177 Test topics interaction with evolution: |
176 Test topics interaction with evolution: |
613 searching for changes |
612 searching for changes |
614 adding changesets |
613 adding changesets |
615 adding manifests |
614 adding manifests |
616 adding file changes |
615 adding file changes |
617 added 1 changesets with 1 changes to 1 files (+1 heads) |
616 added 1 changesets with 1 changes to 1 files (+1 heads) |
618 new changesets 0469d521db49 (1 drafts) |
617 new changesets 0469d521db49 |
619 (run 'hg heads' to see heads) |
618 (run 'hg heads' to see heads) |
620 $ hg topics |
619 $ hg topics |
621 fran (1 changesets) |
620 fran (1 changesets) |
622 * query (0 changesets) |
621 * query (0 changesets) |
623 $ hg log -Gr 'draft()' |
622 $ hg log -Gr 'draft()' |