changeset 6550:fa14b9fc953d

tests: show extras after importing a patch with topic and namespace
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 06 Sep 2023 16:00:37 -0300
parents e45bfd1e0588
children 198b87917ba8
files tests/test-namespaces.t
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-namespaces.t	Wed Sep 06 14:45:42 2023 -0300
+++ b/tests/test-namespaces.t	Wed Sep 06 16:00:37 2023 -0300
@@ -119,6 +119,9 @@
   $ hg log -r tip -T '{rev}: {fqbn}\n'
   1: stable//mynamespace/mytopic
 
+  $ hg log -r tip -T '{rev}: {join(extras, " ")}\n'
+  1: branch=stable topic=mytopic topic-namespace=mynamespace
+
 Importing a patch with default namespace and topic values
 
   $ hg import - << EOF