diff tests/test-topic-issue6406.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 81fe0a498447
children a239ea1dfacb
line wrap: on
line diff
--- a/tests/test-topic-issue6406.t	Thu Oct 26 15:30:19 2023 -0300
+++ b/tests/test-topic-issue6406.t	Tue Sep 17 20:48:56 2024 +0400
@@ -32,7 +32,7 @@
   $ hg topic a-things
   marked working directory as topic: a-things
   $ mkcommit apple
-  active topic 'a-things' grew its first changeset
+  active topic '//aaa/a-things' grew its first changeset
   (see 'hg help topics' for more information)
 
   $ hg up 'desc("ROOT")'
@@ -42,7 +42,7 @@
   $ hg topic b-things
   marked working directory as topic: b-things
   $ mkcommit banana
-  active topic 'b-things' grew its first changeset
+  active topic '//bbb/b-things' grew its first changeset
   (see 'hg help topics' for more information)
   $ mkcommit blackberry
 
@@ -80,7 +80,7 @@
   marked working directory as topic: all-things
   $ hg pick 'desc("blackberry")'
   picking 3:48bbfbece8fa "blackberry"
-  active topic 'all-things' grew its first changeset
+  active topic '//everything/all-things' grew its first changeset
   (see 'hg help topics' for more information)
   $ hg log -r . -T '{rev}: {desc} ({fqbn})\n'
   5: blackberry (default//everything/all-things)