comparison tests/test-namespaces.t @ 6310:43166bd57d6c

tests: addressing topic namespaces by name alone is not supported
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 16 Sep 2022 16:59:24 +0400
parents caf302fb8f4d
children faea18a26188 963471ebe26a 90b631fde2d7
comparison
equal deleted inserted replaced
6309:f7d1a14fd6a4 6310:43166bd57d6c
63 $ hg debug-topic-namespace 63 $ hg debug-topic-namespace
64 alice 64 alice
65 $ hg topics 65 $ hg topics
66 * feature (1 changesets) 66 * feature (1 changesets)
67 67
68 Updating to a topic namespace is not supported
69
70 $ hg up alice
71 abort: unknown revision 'alice'
72 [10]
73
68 Revsets 74 Revsets
69 75
70 $ nslog() { 76 $ nslog() {
71 > hg log -T '{rev}: {topic_namespace}\n' -r "$1" 77 > hg log -T '{rev}: {topic_namespace}\n' -r "$1"
72 > } 78 > }