diff tests/test-topic-stack.t @ 3924:f3713d41b85b mercurial-4.5

test-compat: merge mercurial-4.6 into mercurial-4.5
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 Aug 2018 01:58:44 +0200
parents eb928f5728c4
children d00f0c369bc7 dc247e648f43
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Thu Aug 02 01:57:13 2018 +0200
+++ b/tests/test-topic-stack.t	Thu Aug 02 01:58:44 2018 +0200
@@ -64,7 +64,6 @@
   t1: 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.