diff tests/test-topic-stack.t @ 6878:2fbe91d762ef

topic: use FQBN for displaying topic name when it becomes empty
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 26 Oct 2023 15:30:19 -0300
parents 45689da4ed41
children 9da0114a8a02
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Thu Sep 26 17:09:11 2024 +0400
+++ b/tests/test-topic-stack.t	Thu Oct 26 15:30:19 2023 -0300
@@ -63,7 +63,7 @@
   s2@ c_b (current)
   s1: c_a
   $ hg phase --public 'topic("other")'
-  active topic 'other' is now empty
+  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 informing the user about it and displaying good data in this case.