comparison tests/test-topic.t @ 4783:5d50f3de4714 mercurial-4.7

test-compat: merge mercurial-4.8 into mercurial-4.7
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 29 Jul 2019 14:43:15 +0200
parents 653c42af172e 8fcdf221b046
children ecf0f3bc7468 9f69164cdc16
comparison
equal deleted inserted replaced
4782:8fcdf221b046 4783:5d50f3de4714
167 The --verbose version of this command display various information on the 167 The --verbose version of this command display various information on the
168 state of each topic. 168 state of each topic.
169 169
170 options ([+] can be repeated): 170 options ([+] can be repeated):
171 171
172 --clear clear active topic if any 172 --clear clear active topic if any
173 -r --rev REV [+] revset of existing revisions 173 -r --rev REV [+] revset of existing revisions
174 -l --list show the stack of changeset in the topic 174 -l --list show the stack of changeset in the topic
175 --age show when you last touched the topics 175 --age show when you last touched the topics
176 --current display the current topic only 176 --current display the current topic only
177 -T --template TEMPLATE display with template
178 177
179 (some details hidden, use --verbose to show complete help) 178 (some details hidden, use --verbose to show complete help)
180 $ hg topics 179 $ hg topics
181 180
182 Test topics interaction with evolution: 181 Test topics interaction with evolution:
618 searching for changes 617 searching for changes
619 adding changesets 618 adding changesets
620 adding manifests 619 adding manifests
621 adding file changes 620 adding file changes
622 added 1 changesets with 1 changes to 1 files (+1 heads) 621 added 1 changesets with 1 changes to 1 files (+1 heads)
623 new changesets 0469d521db49 (1 drafts) 622 new changesets 0469d521db49
624 (run 'hg heads' to see heads) 623 (run 'hg heads' to see heads)
625 $ hg topics 624 $ hg topics
626 fran (1 changesets) 625 fran (1 changesets)
627 * query (0 changesets) 626 * query (0 changesets)
628 $ hg log -Gr 'draft()' 627 $ hg log -Gr 'draft()'