diff tests/test-namespaces.t @ 6585:a62308fb15c1 mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 14 Oct 2023 13:34:03 -0300
parents b1712eeb97c6 1328195f76a9
children e2fbec28654c
line wrap: on
line diff
--- a/tests/test-namespaces.t	Sat Oct 14 13:15:16 2023 -0300
+++ b/tests/test-namespaces.t	Sat Oct 14 13:34:03 2023 -0300
@@ -40,7 +40,7 @@
   clearing empty topic "feature"
   $ hg topics
 
-  $ hg debugtopicnamespace --clear nonsense
+  $ hg debug-topic-namespace --clear nonsense
   abort: cannot use --clear when setting a topic namespace
   [255]
 
@@ -86,7 +86,7 @@
 Updating to a topic namespace is not supported
 
   $ hg up alice
-  abort: unknown revision 'alice'
+  abort: unknown revision 'alice'!
   [255]
 
 Export/import of topic namespaces
@@ -225,17 +225,17 @@
   $ nslog 'topicnamespace("re:ice$")'
   0: alice
   $ nslog 'topicnamespace(nonsense)'
-  abort: unknown revision 'nonsense'
+  abort: unknown revision 'nonsense'!
   [255]
 
   $ nslog 'topicnamespace("re:nonsense")'
   $ nslog 'topicnamespace("literal:nonsense")'
-  abort: topic namespace 'nonsense' does not exist
+  abort: topic namespace 'nonsense' does not exist!
   [255]
 
 Parsing
 
-  $ hg debugparsefqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n'
+  $ hg debug-parse-fqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n'
   [foo/bar] <user26> (feature)
 
 no double slashes means it's a named branch
@@ -246,7 +246,7 @@
 
 Formatting
 
-  $ hg debugformatfqbn -b branch -n namespace -t topic
+  $ hg debug-format-fqbn -b branch -n namespace -t topic
   branch//namespace/topic
 
   $ hg debug-format-fqbn -n namespace