Mercurial > evolve
comparison tests/test-topic.t @ 1895:c8e4c6e03957
stack: add a very first version of stack display with 'hg topic --list'
This mark the first step toward a set of feature dedicated to displaying and
moving within the current stack of work. Everything is still super basic so
don't look too much at the feature.
The goals of this changeset are:
* having a flag to trigger the feature
* having a basic (imperfect selection mechanism)
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 14 Mar 2016 17:37:39 +0000 |
parents | d49f75eab6a3 |
children | 1cc2b87c91df |
comparison
equal
deleted
inserted
replaced
1894:f8ee36489d3c | 1895:c8e4c6e03957 |
---|---|
12 | 12 |
13 View current topic, set current topic, or see all topics. | 13 View current topic, set current topic, or see all topics. |
14 | 14 |
15 options: | 15 options: |
16 | 16 |
17 --clear clear active topic if any | 17 --clear clear active topic if any |
18 --change VALUE revset of existing revisions to change topic | 18 --change VALUE revset of existing revisions to change topic |
19 -l --list show the stack of changeset in the topic | |
19 | 20 |
20 (some details hidden, use --verbose to show complete help) | 21 (some details hidden, use --verbose to show complete help) |
21 $ hg topics | 22 $ hg topics |
22 | 23 |
23 Test topics interaction with evolution: | 24 Test topics interaction with evolution: |