diff tests/test-topic-stack.t @ 2986:4746b92cc1f8

topics/ui: signal when an operation entails voiding a topic Typical situations may include: * publish * push (to publishing server) * pull * fold
author Aurélien Campéas
date Fri, 22 Sep 2017 16:41:37 +0200
parents f63c97c01f92
children 62201935e1a7
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Tue Sep 26 12:29:15 2017 +0200
+++ b/tests/test-topic-stack.t	Fri Sep 22 16:41:37 2017 +0200
@@ -59,6 +59,7 @@
   t2@ c_b (current)
   t1: c_a
   $ hg phase --public 'topic("other")'
+  active topic 'other' is now empty
 
 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.