diff tests/test-issue-6028.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 ddebaa161306
children
line wrap: on
line diff
--- a/tests/test-issue-6028.t	Thu Oct 26 15:30:19 2023 -0300
+++ b/tests/test-issue-6028.t	Tue Sep 17 20:48:56 2024 +0400
@@ -39,7 +39,7 @@
   $ echo "a" > a
   $ hg ci -Am a
   adding a
-  active topic 'a' grew its first changeset
+  active topic '//a' grew its first changeset
   (see 'hg help topics' for more information)
 
   $ hg up default
@@ -49,7 +49,7 @@
   $ echo "b" > b
   $ hg ci -Am b
   adding b
-  active topic 'b' grew its first changeset
+  active topic '//b' grew its first changeset
   (see 'hg help topics' for more information)
 
 create branch "integration" from 0, merge topics "a" and "b" into it