tests/test-topic-stack.t
changeset 3770 eb928f5728c4
parent 3769 1bc4b0807c37
child 3924 f3713d41b85b
child 4065 fbc51e98cf13
--- a/tests/test-topic-stack.t	Wed May 23 11:37:37 2018 +0200
+++ b/tests/test-topic-stack.t	Wed May 23 12:16:24 2018 +0200
@@ -64,6 +64,7 @@
   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.