Mercurial > evolve
comparison tests/test-topic.t @ 6006:90af9db93d2b mercurial-4.7
test-compat: merge mercurial-4.8 into mercurial-4.7
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 12 Aug 2021 22:01:14 +0200 |
parents | 2da0e17ca1c0 be8f7eb3f3a0 |
children | ee54e02d3ea0 55e9987b8384 |
comparison
equal
deleted
inserted
replaced
6005:2da0e17ca1c0 | 6006:90af9db93d2b |
---|---|
164 o summary: previous head of the branch, the merge "source" | 164 o summary: previous head of the branch, the merge "source" |
165 | branch: my-branch | 165 | branch: my-branch |
166 | 166 |
167 list of commands: | 167 list of commands: |
168 | 168 |
169 Change organization: | 169 stack list all changesets in a topic and other information |
170 | |
171 topics View current topic, set current topic, change topic for a set | 170 topics View current topic, set current topic, change topic for a set |
172 of revisions, or see all topics. | 171 of revisions, or see all topics. |
173 | |
174 Change navigation: | |
175 | |
176 stack list all changesets in a topic and other information | |
177 | 172 |
178 (use 'hg help -v topic' to show built-in aliases and global options) | 173 (use 'hg help -v topic' to show built-in aliases and global options) |
179 $ hg help topics | 174 $ hg help topics |
180 hg topics [OPTION]... [-r REV]... [TOPIC] | 175 hg topics [OPTION]... [-r REV]... [TOPIC] |
181 | 176 |
216 The --verbose version of this command display various information on the | 211 The --verbose version of this command display various information on the |
217 state of each topic. | 212 state of each topic. |
218 | 213 |
219 options ([+] can be repeated): | 214 options ([+] can be repeated): |
220 | 215 |
221 --clear clear active topic if any | 216 --clear clear active topic if any |
222 -r --rev REV [+] revset of existing revisions | 217 -r --rev REV [+] revset of existing revisions |
223 -l --list show the stack of changeset in the topic | 218 -l --list show the stack of changeset in the topic |
224 --age show when you last touched the topics | 219 --age show when you last touched the topics |
225 --current display the current topic only | 220 --current display the current topic only |
226 -T --template TEMPLATE display with template | |
227 | 221 |
228 (some details hidden, use --verbose to show complete help) | 222 (some details hidden, use --verbose to show complete help) |
229 $ hg topics | 223 $ hg topics |
230 | 224 |
231 Test topics interaction with evolution: | 225 Test topics interaction with evolution: |
672 searching for changes | 666 searching for changes |
673 adding changesets | 667 adding changesets |
674 adding manifests | 668 adding manifests |
675 adding file changes | 669 adding file changes |
676 added 1 changesets with 1 changes to 1 files (+1 heads) | 670 added 1 changesets with 1 changes to 1 files (+1 heads) |
677 new changesets 0469d521db49 (1 drafts) | 671 new changesets 0469d521db49 |
678 (run 'hg heads' to see heads) | 672 (run 'hg heads' to see heads) |
679 $ hg topics | 673 $ hg topics |
680 fran (1 changesets) | 674 fran (1 changesets) |
681 * query (0 changesets) | 675 * query (0 changesets) |
682 $ hg log -Gr 'draft()' | 676 $ hg log -Gr 'draft()' |