# HG changeset patch # User Anton Shestakov # Date 1694026837 10800 # Node ID fa14b9fc953dda64d3811b7300662d5eec0898c5 # Parent e45bfd1e058888f136fe4fda06acdf75389eaa29 tests: show extras after importing a patch with topic and namespace diff -r e45bfd1e0588 -r fa14b9fc953d tests/test-namespaces.t --- 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