diff tests/test-topic-stack.t @ 3929:e709e3817d7e 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 02:42:15 +0200
parents f3713d41b85b
children d00f0c369bc7 dc247e648f43
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Thu Aug 02 02:42:14 2018 +0200
+++ b/tests/test-topic-stack.t	Thu Aug 02 02:42:15 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.