comparison tests/test-namespaces.t @ 6582:b1712eeb97c6 mercurial-5.9

test-compat: merge mercurial-6.0 into mercurial-5.9
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 13 Oct 2023 16:58:13 -0300
parents faea18a26188
children a62308fb15c1 752201811d5a
comparison
equal deleted inserted replaced
6581:cc688e806f56 6582:b1712eeb97c6
85 85
86 Updating to a topic namespace is not supported 86 Updating to a topic namespace is not supported
87 87
88 $ hg up alice 88 $ hg up alice
89 abort: unknown revision 'alice' 89 abort: unknown revision 'alice'
90 [10] 90 [255]
91 91
92 Export/import of topic namespaces 92 Export/import of topic namespaces
93 93
94 $ hg export 94 $ hg export
95 # HG changeset patch 95 # HG changeset patch
224 0: alice 224 0: alice
225 $ nslog 'topicnamespace("re:ice$")' 225 $ nslog 'topicnamespace("re:ice$")'
226 0: alice 226 0: alice
227 $ nslog 'topicnamespace(nonsense)' 227 $ nslog 'topicnamespace(nonsense)'
228 abort: unknown revision 'nonsense' 228 abort: unknown revision 'nonsense'
229 [10] 229 [255]
230 230
231 $ nslog 'topicnamespace("re:nonsense")' 231 $ nslog 'topicnamespace("re:nonsense")'
232 $ nslog 'topicnamespace("literal:nonsense")' 232 $ nslog 'topicnamespace("literal:nonsense")'
233 abort: topic namespace 'nonsense' does not exist 233 abort: topic namespace 'nonsense' does not exist
234 [10] 234 [255]
235 235
236 Parsing 236 Parsing
237 237
238 $ hg debugparsefqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n' 238 $ hg debugparsefqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n'
239 [foo/bar] <user26> (feature) 239 [foo/bar] <user26> (feature)