Mercurial > evolve
comparison tests/test-topic.t @ 4150:01ad46551d7c
tests: update the test-topic.t with changes in core mercurial
Yuya stabilized the -T option and now it's in help by default.
CORE-TEST-OUTPUT-UPDATE: 0d703063d0c8
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Tue, 02 Oct 2018 20:38:37 +0300 |
parents | ef22eef37ecc |
children | ba1e83c841f2 |
comparison
equal
deleted
inserted
replaced
4149:4abec3a1208f | 4150:01ad46551d7c |
---|---|
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: |