diff tests/test-topic-stack.t @ 6879:9da0114a8a02

topic: use FQBN for displaying topic name when it grows its first changeset
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 17 Sep 2024 20:48:56 +0400
parents 2fbe91d762ef
children
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Thu Oct 26 15:30:19 2023 -0300
+++ b/tests/test-topic-stack.t	Tue Sep 17 20:48:56 2024 +0400
@@ -17,7 +17,7 @@
   $ echo aaa > aaa
   $ hg add aaa
   $ hg commit -m c_a
-  active topic 'other' grew its first changeset
+  active topic '//other' grew its first changeset
   (see 'hg help topics' for more information)
   $ echo aaa > bbb
   $ hg add bbb
@@ -26,7 +26,7 @@
   $ echo aaa > ccc
   $ hg add ccc
   $ hg commit -m c_c
-  active topic 'foo' grew its first changeset
+  active topic '//foo' grew its first changeset
   (see 'hg help topics' for more information)
   $ echo aaa > ddd
   $ hg add ddd
@@ -251,7 +251,7 @@
   $ echo zzz > zzz
   $ hg add zzz
   $ hg commit -m zzz_a
-  active topic 'zzz' grew its first changeset
+  active topic '//zzz' grew its first changeset
   (see 'hg help topics' for more information)
   $ hg merge foo
   4 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -683,7 +683,7 @@
   $ echo bbb > bbb
   $ hg commit -Am 'c_B'
   adding bbb
-  active topic 'red' grew its first changeset
+  active topic '//my-tns/red' grew its first changeset
   (see 'hg help topics' for more information)
   $ echo ccc > ccc
   $ hg commit -Am 'c_C'
@@ -692,7 +692,7 @@
   $ echo ddd > ddd
   $ hg commit -Am 'c_D'
   adding ddd
-  active topic 'blue' grew its first changeset
+  active topic '//my-tns/blue' grew its first changeset
   (see 'hg help topics' for more information)
   $ hg up 'desc("c_B")'
   switching to topic red