diff tests/test-topic-prev-next.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 3571685e2aa2
children
line wrap: on
line diff
--- a/tests/test-topic-prev-next.t	Thu Oct 26 15:30:19 2023 -0300
+++ b/tests/test-topic-prev-next.t	Tue Sep 17 20:48:56 2024 +0400
@@ -17,7 +17,7 @@
   $ hg topic A
   marked working directory as topic: A
   $ mkcommit A1
-  active topic 'A' grew its first changeset
+  active topic '//A' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit A2
   $ mkcommit A3
@@ -29,7 +29,7 @@
   0 files updated, 0 files merged, 2 files removed, 0 files unresolved
   $ hg topic B
   $ mkcommit B1
-  active topic 'B' grew its first changeset
+  active topic '//B' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit B2
 
@@ -205,11 +205,11 @@
   $ hg topics topic-a
   marked working directory as topic: topic-a
   $ mkcommit A
-  active topic 'topic-a' grew its first changeset
+  active topic '//topic-a' grew its first changeset
   (see 'hg help topics' for more information)
   $ hg topics topic-b
   $ mkcommit B
-  active topic 'topic-b' grew its first changeset
+  active topic '//topic-b' grew its first changeset
   (see 'hg help topics' for more information)
   $ hg up 'topic("topic-a")'
   switching to topic topic-a