comparison tests/test-namespaces.t @ 6238:6bbd16579f0f

topic: list namespaces with debug-namespaces
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 03 May 2022 21:45:59 +0400
parents 0b9042408809
children 8861e33f3bb2
comparison
equal deleted inserted replaced
6237:0b9042408809 6238:6bbd16579f0f
1 https://www.mercurial-scm.org/wiki/TopicPlan#sub_branches.2C_namespacing_and_representation 1 https://www.mercurial-scm.org/wiki/TopicPlan#sub_branches.2C_namespacing_and_representation
2 2
3 $ . "$TESTDIR/testlib/topic_setup.sh" 3 $ . "$TESTDIR/testlib/topic_setup.sh"
4
5 $ hg init repo
6 $ cd repo
7
8 $ hg debug-topic-namespaces
9 default
4 10
5 Parsing 11 Parsing
6 12
7 $ hg debugparsefqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n' 13 $ hg debugparsefqbn foo/bar//user26/feature -T '[{branch}] <{topic_namespace}> ({topic})\n'
8 [foo/bar] <user26> (feature) 14 [foo/bar] <user26> (feature)