comparison tests/test-namespaces.t @ 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
comparison
equal deleted inserted replaced
6657:1c998ed77597 6660:5e6fa2dd796a
82 $ hg log -r . -T '{rev}: {branch} {topic_namespace} {topic}\n' 82 $ hg log -r . -T '{rev}: {branch} {topic_namespace} {topic}\n'
83 0: stable alice feature 83 0: stable alice feature
84 84
85 $ hg log -r . -T '{rev}: {fqbn}\n' 85 $ hg log -r . -T '{rev}: {fqbn}\n'
86 0: stable//alice/feature 86 0: stable//alice/feature
87
88 $ hg log -r . -T '{rev}: {join(extras, " ")}\n'
89 0: branch=stable topic=feature topic-namespace=alice
87 90
88 $ hg branches 91 $ hg branches
89 stable//alice/feature 0:69c7dbf6acd1 92 stable//alice/feature 0:69c7dbf6acd1
90 93
91 Removing topic namespace file if it contains the default value 94 Removing topic namespace file if it contains the default value