Mercurial > evolve
comparison tests/test-topic.t @ 4200:3a90986622f7 stable
test-compat: backed out changeset ba1e83c841f2
Preparing the branch for 4.8.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 25 Oct 2018 12:55:37 +0200 |
parents | 1dd5c6e6cd53 |
children | f555039d1a08 7d4c80c3f386 |
comparison
equal
deleted
inserted
replaced
4199:5596071078b7 | 4200:3a90986622f7 |
---|---|
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 | |
172 | 173 |
173 (some details hidden, use --verbose to show complete help) | 174 (some details hidden, use --verbose to show complete help) |
174 $ hg topics | 175 $ hg topics |
175 | 176 |
176 Test topics interaction with evolution: | 177 Test topics interaction with evolution: |