diff tests/test-topic-stack.t @ 4514:ef1c322c389d mercurial-4.5

test-compat: merge mercurial-4.6 into mercurial-4.5
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 11 Apr 2019 22:42:14 +0200
parents 8bd60e09dfb4 e4fc3af2d0a9
children f54bb6eaf5e6 3810ca63398f
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Thu Apr 11 22:42:13 2019 +0200
+++ b/tests/test-topic-stack.t	Thu Apr 11 22:42:14 2019 +0200
@@ -64,7 +64,6 @@
   s1: c_a
   $ hg phase --public 'topic("other")'
   active topic 'other' is now empty
-  (use 'hg topic --clear' to clear it if needed)
 
 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.