comparison tests/test-topic.t @ 6074:55e9987b8384 mercurial-4.7

test-compat: merge mercurial-4.8 into mercurial-4.7 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 12 Oct 2021 14:04:23 +0300
parents 90af9db93d2b 6b67f26f4667
children 897200013007
comparison
equal deleted inserted replaced
6073:6b67f26f4667 6074:55e9987b8384
159 o summary: previous head of the branch, the merge "source" 159 o summary: previous head of the branch, the merge "source"
160 | branch: my-branch 160 | branch: my-branch
161 161
162 list of commands: 162 list of commands:
163 163
164 Change organization: 164 stack list all changesets in a topic and other information
165
166 topics View current topic, set current topic, change topic for a set 165 topics View current topic, set current topic, change topic for a set
167 of revisions, or see all topics. 166 of revisions, or see all topics.
168
169 Change navigation:
170
171 stack list all changesets in a topic and other information
172 167
173 (use 'hg help -v topic' to show built-in aliases and global options) 168 (use 'hg help -v topic' to show built-in aliases and global options)
174 $ hg help topics 169 $ hg help topics
175 hg topics [OPTION]... [-r REV]... [TOPIC] 170 hg topics [OPTION]... [-r REV]... [TOPIC]
176 171
211 The --verbose version of this command display various information on the 206 The --verbose version of this command display various information on the
212 state of each topic. 207 state of each topic.
213 208
214 options ([+] can be repeated): 209 options ([+] can be repeated):
215 210
216 --clear clear active topic if any 211 --clear clear active topic if any
217 -r --rev REV [+] revset of existing revisions 212 -r --rev REV [+] revset of existing revisions
218 -l --list show the stack of changeset in the topic 213 -l --list show the stack of changeset in the topic
219 --age show when you last touched the topics 214 --age show when you last touched the topics
220 --current display the current topic only 215 --current display the current topic only
221 -T --template TEMPLATE display with template
222 216
223 (some details hidden, use --verbose to show complete help) 217 (some details hidden, use --verbose to show complete help)
224 $ hg topics 218 $ hg topics
225 219
226 Test topics interaction with evolution: 220 Test topics interaction with evolution:
667 searching for changes 661 searching for changes
668 adding changesets 662 adding changesets
669 adding manifests 663 adding manifests
670 adding file changes 664 adding file changes
671 added 1 changesets with 1 changes to 1 files (+1 heads) 665 added 1 changesets with 1 changes to 1 files (+1 heads)
672 new changesets 0469d521db49 (1 drafts) 666 new changesets 0469d521db49
673 (run 'hg heads' to see heads) 667 (run 'hg heads' to see heads)
674 $ hg topics 668 $ hg topics
675 fran (1 changesets) 669 fran (1 changesets)
676 * query (0 changesets) 670 * query (0 changesets)
677 $ hg log -Gr 'draft()' 671 $ hg log -Gr 'draft()'