changeset 6660:5e6fa2dd796a stable

tests: show commit extras in a couple more places in test-namespaces*.t
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Jan 2024 13:53:59 -0300
parents 1c998ed77597
children b33bf56ce558
files tests/test-namespaces-exchange.t tests/test-namespaces.t
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-namespaces-exchange.t	Fri Jan 19 14:29:35 2024 -0300
+++ b/tests/test-namespaces-exchange.t	Thu Jan 11 13:53:59 2024 -0300
@@ -70,6 +70,9 @@
   marked working directory as topic: apple
   $ hg ci -qAm apple
 
+  $ hg log -r . -T '{rev}: {join(extras, " ")}\n'
+  0: branch=default topic=apple
+
   $ hg incoming -R ../clone
   comparing with * (glob)
   0: apple default//apple (draft)
--- a/tests/test-namespaces.t	Fri Jan 19 14:29:35 2024 -0300
+++ b/tests/test-namespaces.t	Thu Jan 11 13:53:59 2024 -0300
@@ -85,6 +85,9 @@
   $ hg log -r . -T '{rev}: {fqbn}\n'
   0: stable//alice/feature
 
+  $ hg log -r . -T '{rev}: {join(extras, " ")}\n'
+  0: branch=stable topic=feature topic-namespace=alice
+
   $ hg branches
   stable//alice/feature          0:69c7dbf6acd1