diff tests/test-topic-stack-data.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 caf302fb8f4d
children
line wrap: on
line diff
--- a/tests/test-topic-stack-data.t	Thu Oct 26 15:30:19 2023 -0300
+++ b/tests/test-topic-stack-data.t	Tue Sep 17 20:48:56 2024 +0400
@@ -54,7 +54,7 @@
   $ hg topic baz
   marked working directory as topic: baz
   $ mkcommit baz_a
-  active topic 'baz' grew its first changeset
+  active topic '//baz' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit baz_b
 
@@ -65,7 +65,7 @@
   $ hg topic fuz
   marked working directory as topic: fuz
   $ mkcommit fuz_a
-  active topic 'fuz' grew its first changeset
+  active topic '//fuz' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit fuz_b
   $ mkcommit fuz_c
@@ -81,7 +81,7 @@
   $ hg topic bar
   marked working directory as topic: bar
   $ mkcommit bar_a
-  active topic 'bar' grew its first changeset
+  active topic '//bar' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit bar_b
   $ mkcommit bar_c
@@ -101,7 +101,7 @@
   $ hg topic foo
   marked working directory as topic: foo
   $ mkcommit foo_a
-  active topic 'foo' grew its first changeset
+  active topic 'lake//foo' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit foo_b