# HG changeset patch # User Anton Shestakov # Date 1704992039 10800 # Node ID 5e6fa2dd796a96f645cae9898834a05a488e87ec # Parent 1c998ed775973dae766b3e911a4a2af520ac6240 tests: show commit extras in a couple more places in test-namespaces*.t diff -r 1c998ed77597 -r 5e6fa2dd796a tests/test-namespaces-exchange.t --- 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) diff -r 1c998ed77597 -r 5e6fa2dd796a tests/test-namespaces.t --- 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