Mercurial > evolve
comparison tests/test-topic-stack.t @ 4785:f7bf347a17bb mercurial-4.5
test-compat: merge mercurial-4.6 into mercurial-4.5
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 29 Jul 2019 14:43:20 +0200 |
parents | 3810ca63398f 8fcdf221b046 |
children | f76141f3ce80 |
comparison
equal
deleted
inserted
replaced
4784:ecf0f3bc7468 | 4785:f7bf347a17bb |
---|---|
62 ### target: default (branch) | 62 ### target: default (branch) |
63 s2@ c_b (current) | 63 s2@ c_b (current) |
64 s1: c_a | 64 s1: c_a |
65 $ hg phase --public 'topic("other")' | 65 $ hg phase --public 'topic("other")' |
66 active topic 'other' is now empty | 66 active topic 'other' is now empty |
67 (use 'hg topic --clear' to clear it if needed) | |
68 | 67 |
69 After changing the phase of all the changesets in "other" to public, the topic should still be active, but is empty. We should be better at informating the user about it and displaying good data in this case. | 68 After changing the phase of all the changesets in "other" to public, the topic should still be active, but is empty. We should be better at informating the user about it and displaying good data in this case. |
70 | 69 |
71 $ hg topic | 70 $ hg topic |
72 foo (4 changesets) | 71 foo (4 changesets) |